Victor Calvello
Results
2
comments of
Victor Calvello
``` vm.filterBarInstance = $ionicFilterBar.show({ items: vm.gamesData, expression: function (filterText, value, index, array) { console.log(arguments.length); console.log(arguments); console.log(filterText); return true; //return value.game.name.indexOf(filterText) !== -1; }, update: function (filteredItems, filterText) { vm.gamesData =...
@djett41 Seems to be something with the published component version. Everything fine using the repo src