index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ng
/
filter
Age
Commit message (
Expand
)
Author
2014-03-18
fix(orderBy): support string predicates containing non-ident characters
Caitlin Potter
2014-03-06
feat(input): support types date, time, datetime-local, month, week
Ben Lesh
2014-02-27
chore(filtersSpec): fix typo
Lajos Veres
2014-02-15
fix(numberFilter): convert all non-finite/non-numbers/non-numeric strings to ...
Sergei Z
2014-02-11
feat(filterFilter): support deeply nested predicate objects
Caitlin Potter
2014-01-31
fix(filterFilter): don't interpret dots in predicate object fields as paths
Igor Minar
2014-01-05
refactor(filterFilter): simplify code by a ternary op instead of if-else
RoyLING
2013-10-09
test(filters): fix timezone-dependent test
Brian Ford
2013-10-01
fix(dateFilter): allow negative millisecond value strings
Henning Teek
2013-08-15
fix(filter): filter on false properties
Tom Dunstan
2013-07-24
fix(numberFilter): always convert scientific notation to decimal
Paul Meskers
2013-05-07
fix(date): correctly format dates with more than 3 sub-second digits
Kevin Wells
2013-03-14
fix(timezone): correct timezone date filter for 1/2 hour offsets
Sujeet Pillai
2013-02-14
feat(filter): Add comparison function to filter
Rosina Bignall
2013-02-14
fix(numberFilter): fix formatting when "0" passed as fractionSize
Kury Kruitbosch
2013-02-07
feat(dateFilter): add `[.,]sss` formatter for milliseconds
Maxim Grach
2013-02-07
fix(date): invert timezone sign and always display sign
Philip Roberts
2013-01-09
fix(date): parse string input as local time unless TZ is specified
Igor Minar
2012-12-19
feat(limitTo): limitTo filter accepts strings
Jeremy Tymes
2012-10-26
fix(currency): Handle not-quite-zero values
Braden Shepherdson
2012-09-06
fix(dateFilter): make timezone optional
Iwein Fuld
2012-09-06
fix(dateFilter): support sub-second precision on dateFilter
Stein Jakob Nordbø
2012-04-11
chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module
Vojta Jina
2012-03-28
refactor(fromJson/date filter): move date string logic to date filter
Igor Minar
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery