angular.js/src/ng
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
..
directive doc(input): fix small typo in code example 2013-05-07 09:48:59 +01:00
filter fix(dateFilter): correctly format ISODates on Android<=2.1 2013-05-07 11:44:46 +01:00
anchorScroll.js docs(anchorScroll): correct word "location" 2012-12-19 21:14:09 +01:00
browser.js fix($cookies): set cookies on Safari&IE when base[href] is undefined 2013-02-07 02:36:52 -08:00
cacheFactory.js fix($cacheFactory): return undefined when removing non-existent entry 2012-11-24 21:58:17 +01:00
compile.js docs($compile): improve docs 2013-04-11 13:06:56 -07:00
controller.js docs(controller): improve $controller function doc readability 2013-04-04 09:42:01 -07:00
document.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
exceptionHandler.js style(exceptionHandler): add ws 2013-04-11 15:32:32 -07:00
filter.js docs(filter): improve syntax for usage in templates 2013-04-24 21:57:48 +01:00
http.js docs(http): spelling, grammar, capitalization, etc. 2013-04-11 14:09:12 -07:00
httpBackend.js fix($httpBackend): patch for Firefox bug w/ CORS and response headers 2013-02-14 16:52:02 -08:00
interpolate.js feat($interpolate): expose start/end symbols in run phase 2012-08-13 12:36:14 -07:00
locale.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
location.js fix($location): back-button should fire $locationChangeStart 2013-05-01 14:51:05 +01:00
log.js doc($log): correct non-working example 2012-08-27 21:20:51 -07:00
parse.js fix(parse): fix context access and double function call 2013-04-29 23:02:51 +01:00
q.js docs($q): fix typo 2013-04-28 18:45:01 +01:00
rootElement.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
rootScope.js docs(rootScope): fix typo 2013-04-15 11:46:21 +01:00
route.js $routeChangeSuccess documentation 2013-03-15 21:02:14 -07:00
routeParams.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
sniffer.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
timeout.js docs($timeout): set return type to Promise instead of *. 2012-11-11 11:32:00 +01:00
window.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00