Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular Arguments #143

Closed
marshall-davis opened this issue Jan 25, 2017 · 1 comment
Closed

Angular Arguments #143

marshall-davis opened this issue Jan 25, 2017 · 1 comment

Comments

@marshall-davis
Copy link

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.

@miickel
Copy link
Owner

miickel commented Jan 25, 2017

see the standalone option in README.

@miickel miickel closed this as completed Jan 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants