Skip to content
New issue

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

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

Open
vmironovs opened this issue Jul 15, 2016 · 1 comment
Open

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

vmironovs opened this issue Jul 15, 2016 · 1 comment

Comments

@vmironovs
Copy link

vmironovs commented Jul 15, 2016

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
Copy link
Author

vmironovs commented Jul 18, 2016

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

can close ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant