-
Notifications
You must be signed in to change notification settings - Fork 19
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
grunt serve issue? #24
Comments
How is your angular.module defined? have you added the dependency for it like so? |
app.js
bower.json in project root
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi there, i installed both font-awesome and angular-fontawesome via bower. i'm using grunt serve to preview my angular app on a browser and i'm getting
Error: [$injector:modulerr] Failed to instantiate module picardy.fontawesome due to:
Error: [$injector:nomod] Module 'picardy.fontawesome' 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.
in the console whenever i make a change in the index.html thus triggering grunt serve to refresh the index.html file. i verified that the bower.json file has angular-fontawesome listed as a dependency. i also added
tag in the index.html file to point to the js location.
The text was updated successfully, but these errors were encountered: