angular.js/test/ng/filter
Tom Dunstan 3bc4e7fd20 fix(filter): filter on false properties
Code was evaluating !expression[key] while attempting to
see if the key was present, but this was evaluating to true for
false values as well as missing keys.

Closes #2797.
2013-08-15 15:50:34 -07:00
..
filterSpec.js fix(filter): filter on false properties 2013-08-15 15:50:34 -07:00
filtersSpec.js fix(numberFilter): always convert scientific notation to decimal 2013-07-24 12:05:41 -07:00
limitToSpec.js feat(limitTo): limitTo filter accepts strings 2012-12-19 20:13:36 +01:00
orderBySpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00