I\'m trying to get my head around AngularJS and ran into a problem.
var myApp = angular.module(\'myApp\', [\'myApp.services\']); myApp.config([\'$routeP
I was missing ng-app="myApp" inside my html tag - and I realized this while reading your question :-)