fix(sidemenu): fixed issue with new sidemenu in optimized build, #3687

This commit is contained in:
Torkel Ödegaard
2016-01-16 16:17:29 +01:00
parent 38ddc88b20
commit 317b5e6d86
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ class SideMenuCtrl {
grafanaVersion: any;
appSubUrl: string;
/** @ngInject */
constructor(private $scope, private $location, private contextSrv, private backendSrv) {
this.isSignedIn = contextSrv.isSignedIn;
this.user = contextSrv.user;

View File

@@ -24,7 +24,7 @@
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all 0.3s;
transition: all 0.2s;
}
}