Allow deep linking into the app configure views

This commit is contained in:
Johannes Zellner
2019-09-18 17:45:13 +02:00
parent 930404e482
commit 0ae4d323f7
2 changed files with 18 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/users', {
controller: 'UsersController',
templateUrl: 'views/users.html?<%= revision %>'
}).when('/app/:appId', {
}).when('/app/:appId/:view?', {
controller: 'AppController',
templateUrl: 'views/app.html?<%= revision %>'
}).when('/appstore', {