I am using angular UI-Router. I have the following in my route config
.config(function config($stateProvider) { $sta
The .state() method's templateUrl is ignored when using the views object. See the ui-router wiki for more info: https://github.com/angular-ui/ui-router/wiki/Multiple-Named-Views#user-content-views-override-states-template-properties
.state()
templateUrl
views