a8m / angular-filter

Bunch of useful filters for AngularJS (with no external dependencies!)

Home Page:https://github.com/a8m/angular-filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular.js:13550 TypeError: e.some is not a function

vmironovs opened this issue · comments

After updated have this error when do filterBy
collection | filterBy : 'Category' : category : true
Category get from select.
...b.filter(function(b){return e.some(function(c){if(~c.indexOf("+")){var d=c.replace(/\s+/g,"").split("+");...

ollection | filterBy : 'Category' : category : true change to ollection | filterBy : ['Category'] : category : true
and it works. properties is like array ...

can close ticket