Merge "Allow ngdetails path to contain '/'"

This commit is contained in:
Jenkins
2016-07-27 20:19:46 +00:00
committed by Gerrit Code Review

View File

@@ -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'
});