zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 902 forks source link

Not able to run the project in browser #109

Closed vaibhavmalushte closed 9 years ago

vaibhavmalushte commented 9 years ago

Hi I got the following error when tried to run in Firefox / chrome

Error: [$injector:modulerr] Failed to instantiate module starter due to: [$injector:modulerr] Failed to instantiate module ionic-material due to: [$injector:nomod] Module 'ionic-material' 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.

Please advice.

Thank you, Vaibhav

cmauroie commented 9 years ago

deleted www/lib/ionic-material and run 'bower install ionic-material' again. it worked. now replaces line 13 of index.html with:

script src="lib/ionic-material/dist/ionic.material.min.js"

vaibhavmalushte commented 9 years ago

Thank you very much it did the trick :+1: