Merge branch 'master' into develop

This commit is contained in:
Torkel Ödegaard
2017-09-22 08:42:07 +02:00
418 changed files with 24139 additions and 3267 deletions

View File

@@ -15,7 +15,7 @@ class StyleGuideCtrl {
navModel: any;
/** @ngInject **/
constructor(private $http, private $routeParams, private $location, private backendSrv, navModelSrv) {
constructor(private $http, private $routeParams, private backendSrv, navModelSrv) {
this.navModel = navModelSrv.getNav('cfg', 'admin', 'styleguide');
this.theme = config.bootData.user.lightTheme ? 'light': 'dark';
this.page = {};