angular.js/test/ng/filter
RoyLING e0ce9ed36d refactor(filterFilter): simplify code by a ternary op instead of if-else
- use only one IIFE and a ternary op in it, instead of invoking separate IIFEs in if-else
(this also completely fixed the same issue closed by PR #3597)
- also add a spec to verify usage of '$' property in expression object (e.g. `{$: 'a'}`)

Closes #5637
2014-01-05 00:36:04 -08:00
..
filterSpec.js refactor(filterFilter): simplify code by a ternary op instead of if-else 2014-01-05 00:36:04 -08:00
filtersSpec.js test(filters): fix timezone-dependent test 2013-10-09 10:18:51 -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