sanjeev kumar gadamsetti

Results 3 comments of sanjeev kumar gadamsetti

Good Work! is the example available, Please!

$scope.showFilterBar = function(){ filterBarInstance = $ionicFilterBar.show({ items: $scope.items, update: function (filteredItems, filterText) { filterText is what you are looking for may be.

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.