You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angular.module() requires two argument as according to the developer guide. Currently the TEMPLATE_HEADER variable only passes one.
This is causing the module to not load. The following error reaches the console:
Uncaught Error: [$injector:nomod] Module 'templates' 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.
The text was updated successfully, but these errors were encountered:
angular.module()
requires two argument as according to the developer guide. Currently theTEMPLATE_HEADER
variable only passes one.This is causing the module to not load. The following error reaches the console:
The text was updated successfully, but these errors were encountered: