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
true that.
in fact you'll get an error if you don't use @mariuskubilius comment.
Uncaught Error: [$injector:nomod] Module 'backstretch' 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.
http://errors.angularjs.org/1.3.15/$injector/nomod?p0=backstretchREGEX_STRING_REGEXP @ angular.js:63(anonymous function) @ angular.js:1774ensure @ angular.js:1698module @ angular.js:1772(anonymous function) @ angular-backstretch.js:1
angular.js:63 Uncaught Error: [$injector:modulerr] Failed to instantiate module wodSignup due to:
Error: [$injector:modulerr] Failed to instantiate module backstretch due to:
Error: [$injector:nomod] Module 'backstretch' 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.
angular.module('backstretch')
should be angular.module('backstretch', [])
The text was updated successfully, but these errors were encountered: