fixed 404 on stylesheet

This commit is contained in:
Rashid Khan
2013-08-07 13:19:47 -07:00
parent a118cf42ae
commit 0a4bd071cb
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -454,7 +454,7 @@ angular.module('kibana.services', [])
var self = this;
var filterSrv,querySrv;
this.current = {};
this.current = _.clone(_dash);
this.last = {};
$rootScope.$on('$routeChangeSuccess',function(){