I have this simple page:
In v1.2+, ngRoute is a separate module and should be loaded independently (and also declared as a dependency of your main module).
var betsApp = angular.module('betsApp', ['ngRoute']);
If you are using bower, you can download the ngRoute module with the following command:
bower install angular-route