Commit 36a147026b595f82b8c02514270efc474904b322
Committed by
Igor Kulikov
1 parent
b7a2dddf
Does not save the dashboard after uncheking use dashboard timewindow (#1970)
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -255,7 +255,7 @@ function Timewindow($compile, $templateCache, $filter, $mdPanel, $document, $mdM | @@ -255,7 +255,7 @@ function Timewindow($compile, $templateCache, $filter, $mdPanel, $document, $mdM | ||
255 | scope: { | 255 | scope: { |
256 | asButton: '=asButton', | 256 | asButton: '=asButton', |
257 | disabled:'=ngDisabled', | 257 | disabled:'=ngDisabled', |
258 | - isEdit: '=?' | 258 | + isEdit: '&?' |
259 | 259 | ||
260 | }, | 260 | }, |
261 | link: linker | 261 | link: linker |