ionic-team / ionic-bower

Bower repository for Ionic
92 stars 109 forks source link

Module 'starter' is not available #5

Closed thatjuan closed 9 years ago

thatjuan commented 9 years ago

I've added ionic-bower@v1.0.0-beta.9-nightly-270 using bower to an existing Cordova 3.5.0 app.

I also included lib/ionic/js/ionic.bundle.js in my index.html

I get the following error when I start my app:

Uncaught Error: [$injector:modulerr] Failed to instantiate module starter due to:
Error: [$injector:nomod] Module 'starter' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specif...<omitted>...0) 

I missing any other dependencies?

thatjuan commented 9 years ago

This was a copy/paste error. The base template I used had a:

<body ng-app="starter">

in it, which I didn't notice.

prashanthmotifworks commented 8 years ago

Did you removed the tag to resolve this issue thatjuan