shirodkarsohan

Results 1 issues of shirodkarsohan

I have a UI-router state that takes route parameters. ``` .state('browse.category', { url: '/category/:categoryName/:catID', views: { 'categories': { templateUrl: "modules/trulo/client/views/browse.categories.html", controller: "CategoriesController" } } } ``` If I navigate from...