You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I click "Refresh list", list just stucks at "Loading..." phase, even getData() gets executed.
Workaround is to copy "data" ($scope.grid.data =data; -> $scope.grid.data = angular.copy(data);), but that seems a bit stupid way especially if there's bigger data lists used.
The text was updated successfully, but these errors were encountered:
Example (non-functional) at: http://plnkr.co/edit/5171yuyhlQ7eHEjOSitu
If I click "Refresh list", list just stucks at "Loading..." phase, even getData() gets executed.
Workaround is to copy "data" ($scope.grid.data =data; -> $scope.grid.data = angular.copy(data);), but that seems a bit stupid way especially if there's bigger data lists used.
The text was updated successfully, but these errors were encountered: