Merge "Allow ngdetails path to contain '/'"
This commit is contained in:
commit
806aa997b8
@ -51,7 +51,7 @@
|
||||
var path = $windowProvider.$get().STATIC_URL + 'app/core/';
|
||||
$provide.constant('horizon.app.core.basePath', path);
|
||||
$routeProvider
|
||||
.when('/project/ngdetails/:type/:path', {
|
||||
.when('/project/ngdetails/:type/:path*', {
|
||||
templateUrl: $windowProvider.$get().STATIC_URL +
|
||||
'framework/widgets/details/routed-details-view.html'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user