SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 184 JavaScript

fix(filterFilter): throw error if input is not an array

Throw error if filter is not used with an array.

BREAKING CHANGE: Previously, the filter was not applied if used with a non array.
Now, it throws an error. This can be worked around by converting an object to an array, using
a filter such as https://github.com/petebacondarwin/angular-toArrayFilter

Closes #9992
Closes #10352
P
Pablo Villoslada Puigcerber committed
cea8e75144e6910b806b63a6ec2a6d118316fddd
Parent: b3a9bd3
Committed by Caitlin Potter <caitpotter88@gmail.com> on 1/23/2015, 7:21:58 PM