Skip to content

Added "refresh" method to table api to keep table values in sync with server. #29

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raja-murugesan
Copy link

No description provided.

@@ -448,6 +448,11 @@
scope.$digest();
}
},
refresh: function() {
if (scope.options.getData) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This check is actually not necessary as there may be a use-case for calling this when the getData option has not been specified.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sense. I'll update the PR.

@raja-murugesan raja-murugesan force-pushed the feature/refresh-method branch from 972fcc8 to 9ace32d Compare January 4, 2018 19:21
@raja-murugesan
Copy link
Author

i updated the PR.

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

Successfully merging this pull request may close these issues.

2 participants