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(){