Hi, I am currently looking to implement something like this (AngularJS): $routeProvider .when('/root/:controllerName/blah/:blahId/blah/:blah', { templateUrl: '/tmpl/:co
Solution 1:
I do not think you will be able to resolve this using ngRoute but I think ngInclude should be able to help:
Post a Comment for "Angularjs: Highly Dynamic Routing"