Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh isn't working with data provided by service unless it's explicitely copied #65

Open
Hi-Fi opened this issue Feb 22, 2015 · 0 comments

Comments

@Hi-Fi
Copy link

Hi-Fi commented Feb 22, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant