Problem: want to use controller as with ngRoute Solution: found here $routeProvider .when('/somePath', { template: htmlTemplate, controller: 'myController as ctrl' });