Skip to content

Commit

Permalink
Merge pull request #349 from rashidkpc/master
Browse files Browse the repository at this point in the history
Closes #345
  • Loading branch information
Rashid Khan committed Aug 9, 2013
2 parents bd7c363 + 0f14d54 commit c92029a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<body ng-controller="DashCtrl" ng-cloak>

<link rel="stylesheet" ng-href="common/css/bootstrap.{{dashboard.current.style}}.min.css">
<link rel="stylesheet" ng-href="common/css/bootstrap.{{dashboard.current.style||'dark'}}.min.css">
<link rel="stylesheet" href="common/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="common/css/font-awesome.min.css">

Expand Down
8 changes: 0 additions & 8 deletions js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ angular.module('kibana.controllers', [])
.controller('DashCtrl', function($scope, $rootScope, $http, $timeout, $route, ejsResource,
fields, dashboard) {

var _d = {
title: "",
editable: true,
rows: [],
last: null,
style: 'dark'
};

$scope.editor = {
index: 0
};
Expand Down

0 comments on commit c92029a

Please sign in to comment.