pageRouteInit.push(function ($routeProvider, $locationProvider) { $routeProvider.when('/example-ui', { template: '

Example UI Index

Welcome make yourself at home.

', controller: PageIndex }); }); function PageIndex($scope, $http) { }