GUI -- App View no longer auto refreshes by default.
Change-Id: Ifa64779a16e9e27d2af9d49d55727d07aec7ffd6
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -63,6 +63,7 @@ | ... | @@ -63,6 +63,7 @@ |
63 | selCb: selCb, | 63 | selCb: selCb, |
64 | respCb: refreshCtrls | 64 | respCb: refreshCtrls |
65 | }); | 65 | }); |
66 | + $scope.toggleRefresh(); | ||
66 | 67 | ||
67 | $scope.appAction = function (action) { | 68 | $scope.appAction = function (action) { |
68 | if ($scope.ctrlBtnState.selection) { | 69 | if ($scope.ctrlBtnState.selection) { | ... | ... |
-
Please register or login to post a comment