Skip to content

Commit

Permalink
Merge remote-tracking branch 'marutib/master' into dashTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Jan 21, 2014
2 parents 234094d + e52e72d commit 93b6c69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function (angular, $, _, appLevelRequire) {
angular
.element(document)
.ready(function() {
$('body').attr('ng-controller', 'DashCtrl');
$('html').attr('ng-controller', 'DashCtrl');
angular.bootstrap(document, apps_deps)
.invoke(['$rootScope', function ($rootScope) {
_.each(pre_boot_modules, function (module) {
Expand All @@ -152,4 +152,4 @@ function (angular, $, _, appLevelRequire) {
});

return app;
});
});
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">

<title>Kibana 3</title>
<title>Kibana 3{{dashboard.current.title ? " - "+dashboard.current.title : ""}}</title>
<link rel="stylesheet" href="css/bootstrap.light.min.css" title="Light">
<link rel="stylesheet" href="css/timepicker.css">
<link rel="stylesheet" href="css/animate.min.css">
Expand Down

0 comments on commit 93b6c69

Please sign in to comment.