From 0a4bd071cb4d58b7fb93bcec83fcd73ab2f7859b Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Wed, 7 Aug 2013 13:19:47 -0700 Subject: [PATCH] fixed 404 on stylesheet --- index.html | 2 +- js/controllers.js | 1 - js/services.js | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 72b3289e613..8406bfbf37c 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ - + diff --git a/js/controllers.js b/js/controllers.js index e48145eeaf9..eec0666afc4 100644 --- a/js/controllers.js +++ b/js/controllers.js @@ -14,7 +14,6 @@ angular.module('kibana.controllers', []) style: 'dark' }; - // For $scope.editor = { index: 0 }; diff --git a/js/services.js b/js/services.js index 10f30f766e0..ec51c226ec8 100644 --- a/js/services.js +++ b/js/services.js @@ -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(){