We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is there a way to get the items array from a promise function?
What i'm trying to do is get the search term from ionFilterBar and call my backend server to get the the array that i need to pass to items array.
search term
ionFilterBar
items
Thanks
The text was updated successfully, but these errors were encountered:
$scope.showFilterBar = function(){ filterBarInstance = $ionicFilterBar.show({ items: $scope.items, update: function (filteredItems, filterText) {
filterText is what you are looking for may be.
Sorry, something went wrong.
Update function Called after the items are filtered I don't think it would work.
Called after the items are filtered
Thanks anyway.
I think the items will have to contain all the items to be filtered prior to, yes and then the update function will be have the filteredItems.
No branches or pull requests
is there a way to get the items array from a promise function?
What i'm trying to do is get the
search term
fromionFilterBar
and call my backend server to get the the array that i need to pass toitems
array.Thanks
The text was updated successfully, but these errors were encountered: