I have below code
code to render /result content whenever the defaultview function is called using the $route service
angular.module('myapp').controller
('ResultController',['$route',function ($route){ this.defaultview=function(){$routes._ _ _ _ ('/result');};}
What will be the value in last line dash area?Any suggestions?