Fixes #68, bug when trying open dashboard while in edit/fullscreen mode

This commit is contained in:
Torkel Ödegaard
2014-02-07 13:27:17 +01:00
parent 76f4e3c5b4
commit 084e7e7d73
+3
View File
@@ -138,6 +138,9 @@ function (angular, $, kbn, _, config, moment, Modernizr) {
// Cancel all timers
timer.cancel_all();
// reset fullscreen flag
$rootScope.fullscreen = false;
// Make sure the dashboard being loaded has everything required
dashboard = dash_defaults(dashboard);