ux(): more work on style guide

This commit is contained in:
Torkel Ödegaard
2016-02-20 11:32:50 +01:00
parent a685e46fb6
commit 57e6e0092d
4 changed files with 45 additions and 25 deletions

View File

@@ -186,7 +186,7 @@ function setupAngularRoutes($routeProvider, $locationProvider) {
.when('/global-alerts', {
templateUrl: 'public/app/features/dashboard/partials/globalAlerts.html',
})
.when('/styleguide', {
.when('/styleguide/:page?', {
controller: 'StyleGuideCtrl',
controllerAs: 'ctrl',
templateUrl: 'public/app/features/styleguide/styleguide.html',