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
@@ -28,7 +28,7 @@
<body ng-controller="DashCtrl" ng-cloak>
<link rel="stylesheet" href="common/css/bootstrap.{{dashboard.current.style}}.min.css">
<link rel="stylesheet" ng-href="common/css/bootstrap.{{dashboard.current.style}}.min.css">
<link rel="stylesheet" href="common/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="common/css/font-awesome.min.css">
-1
View File
@@ -14,7 +14,6 @@ angular.module('kibana.controllers', [])
style: 'dark'
};
// For
$scope.editor = {
index: 0
};
+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(){