Hi Sebastian,
Thank you for reply, your comment was helpful to figure it out.
By the way, I have questions as below,
[1] If I changed ngDeps's name like "ui.custom" in tasklist/scripts/config.js, then there is error as below,
so I need to use only "ui.bootstrap". Do we need to use only this pre-defined word or we need to change the angularJS's configuration to use custom name ??
[2] Is it possible to use multiple jQuery or angularJS, becuase some 3rd party libraries are only working for old versions of jQuery or angularJS.
Thank you and have a great day!
---------------------------------------------- [chrome console] ------------------------------------------------------------------------------------------------------------------------------------------------------------
Uncaught Error: [$injector:modulerr] Failed to instantiate module cam.tasklist.custom due to:
Error: [$injector:modulerr] Failed to instantiate module ui.custom due to:
Error: [$injector:nomod] Module 'ui.custom' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
at Array.forEach (native)
at Array.forEach (native)
at Array.forEach (native)
at Array.forEach (native)
---------------------------------------------- [chrome console] ------------------------------------------------------------------------------------------------------------------------------------------------------------