Commit 36a147026b595f82b8c02514270efc474904b322

Authored by Vladyslav
Committed by Igor Kulikov
1 parent b7a2dddf

Does not save the dashboard after uncheking use dashboard timewindow (#1970)

@@ -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