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

included onchangefunction (similar to ngChange for ngModel) #85

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AhsanAyaz
Copy link

included onchangefunction to work for selectedobject as ngChange works for ngModel

If a user has a local (processed) data which he fetches from server and then modifies and then want's to search through it, he'll pass the searchStr into the promisefunction, the promise function might use it for http request to gather data, then process it for instance and then it'll resolve the data back to angucomplete, and the angucomplete can search through that data.

This is specific for cases where url is not of the type:
example.com/get?s=
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.

1 participant