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/';
|
var path = $windowProvider.$get().STATIC_URL + 'app/core/';
|
||||||
$provide.constant('horizon.app.core.basePath', path);
|
$provide.constant('horizon.app.core.basePath', path);
|
||||||
$routeProvider
|
$routeProvider
|
||||||
.when('/project/ngdetails/:type/:path', {
|
.when('/project/ngdetails/:type/:path*', {
|
||||||
templateUrl: $windowProvider.$get().STATIC_URL +
|
templateUrl: $windowProvider.$get().STATIC_URL +
|
||||||
'framework/widgets/details/routed-details-view.html'
|
'framework/widgets/details/routed-details-view.html'
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user