-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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
<script src="bower_components/angular-fontawesome/dist/angularfontawesome.js"></script> tag in the index.html file to point to the js location.
Metadata
Metadata
Assignees
Labels
No labels