Have you import your javascript file ?

2014-06-18 16:53 GMT+02:00 [email protected] <[email protected]>:

> 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.
>



-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
Worldline, an atos company
+33 (0)6 47 47 42 02
[email protected]


Twitter : @EmmanuelDemey

-- 
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.

Reply via email to