angular.js/src/ng/filter
Pete Bacon Darwin 01bda54e05 fix(dateFilter): correctly format ISODates on Android<=2.1
In older Android browsers, `undefined` does not act like `0` in some
arithmetic operations. This leads to dates being formatted with `NaN`
strings in the dateFilter because the implementation of the `dateGetter`
function allows offset to be an optional parameter.
The fix is to convert offset to 0 if it is undefined.

Closes #2277, #2275
2013-05-07 11:44:46 +01:00
..
filter.js chore(docs): correct few unclosed elements 2013-04-04 09:46:46 -07:00
filters.js fix(dateFilter): correctly format ISODates on Android<=2.1 2013-05-07 11:44:46 +01:00
limitTo.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
orderBy.js chore(docs): correct few unclosed elements 2013-04-04 09:46:46 -07:00