included onchangefunction (similar to ngChange for ngModel) - #85
Open
AhsanAyaz wants to merge 2 commits into
Open
included onchangefunction (similar to ngChange for ngModel)#85AhsanAyaz wants to merge 2 commits into
AhsanAyaz wants to merge 2 commits into
Conversation
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=
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
included onchangefunction to work for selectedobject as ngChange works for ngModel