-
Notifications
You must be signed in to change notification settings - Fork 24
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
can we use ng-app as bootstrap? #19
Comments
or should i use ng-controller on root tag? |
what is replace with angular.module()
it seems all modules dependency is auto inject. |
Hello :) If you need to inject your own module please refer to the README here. ngMeteor already handles the bootstrap for you so you can simply start using angular by specifying a ng-controller on your root tag, which cannot be the body tag because Meteor does not allow attributes on the body tag. |
@crapthings giving the programmer the option of using ngMeteor's bootstrap or use ng-app is a good idea. |
No description provided.
The text was updated successfully, but these errors were encountered: