Hello Marc,
You're confused. There is Firebase and there is AngularFire. You did load
*Firebase*: <script src="bower_components/
firebase/firebase.js"></script> but declared *AngularFire* as a dependency
(angular.module("iShareApp", ["ngRoute","firebase"])).
Since you didn't load AngularFire, you get the error. "Failed to
instantiate module firebase due to: ....."
Do a 'Bower install angularfire' and add <script
src="bower_components/angularfire/angularfire.js"></script> to index.html
and all should be fine
Marc
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.