I'm getting this error while try to get AngularJS working on my app. This
is the HTML code:
<html lang="en" data-ng-app="fnbApp">
...
<body class="" data-ng-controller="fnbAppController"> ... </body>
</html>
and this is the related Javascript:
var fnbApp = angular.module('fnbApp', [
'ngRoute',
//'ngAnimate', // this is buggy, jarviswidget will not work with
ngAnimate :(
'ui.bootstrap',
'plunker',
'app.controllers',
'app.demoControllers',
'app.main',
'app.navigation',
'app.localize',
'app.activity',
'app.smartui'
]);
What I miss? What is causing the error?
--
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/d/optout.