angular-filter icon indicating copy to clipboard operation
angular-filter copied to clipboard

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

Open vmironovs opened this issue 8 years ago • 1 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("+");...

vmironovs avatar Jul 15 '16 14:07 vmironovs

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

can close ticket

vmironovs avatar Jul 18 '16 07:07 vmironovs