Error: $injector:nomod
Module Unavailable
Module 'checkoutViews' 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.
but when i added [] to its own angular.module
angular.module('template',[])
it fixed !
Error: $injector:nomod Module Unavailable Module 'checkoutViews' 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.
but when i added [] to its own angular.module angular.module('template',[]) it fixed !
where is the problem ??