I am playing with this tutorial: http://angularjs.meteor.com/tutorial/step_05 which is for learning angular on top of meteor. When separating the views and routing, I have this code on the app.js: (on the right in the console is my problem...)
code and exception from chrome console http://i.imgur.com/HJvZki8.png
inner Code exception: "[$injector:nomod] Module 'ngLocale' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument."
packages file: meteor-platform autopublish insecure urigo:angular urigo:angular-ui-router