marcoslin / angularAMD

Facilitate use of RequireJS in AngularJS
http://marcoslin.github.io/angularAMD
MIT License
734 stars 171 forks source link

Error: [$injector:modulerr] in Firebug #128

Closed bannostookaylo closed 9 years ago

bannostookaylo commented 9 years ago

For some reason I keep getting this Error: [$injector:modulerr] http://errors.angularjs.org/1.3.5/$injector/modulerr error in firebug on firefox whenever my page initially loads. I haven't done anything complex just used the simple sample on your homepage http://marcoslin.github.io/angularAMD/#/home

I am really green when it comes to angular and require so I don't know enough to further debug. If you want I can zip up what I have and share it with you. The error doesn't appear to stop the page from loading and I see nothing wrong visually so the end user wouldn't ever notice it. But it does show like I said in firebug for some reason.

bannostookaylo commented 9 years ago

Figure it out... its because I had this in my body tag ng-app="app" ... I didnt read your documentation very thoroughly it looks like.