angular.js/src/ng
Sam McCall 8155c3a29e feat($http): allow overriding the XSRF header and cookie name
Add 'xsrfCookieName' and 'xsrfHeaderName' property to $httpProvider.defaults and
http config object, which give the name of the cookie the XSRF token is found
in, and the name of the header it is sent in, respectively.
This allows interop with servers with built-in XSRF support that use different
names.
The defaults match the current hard-coded values of 'XSRF-TOKEN' and
'X-XSRF-TOKEN'.
2013-02-07 01:48:01 -08:00
..
directive docs(ngClass): fix typo in description 2013-02-04 10:36:29 +00:00
filter fix(date): invert timezone sign and always display sign 2013-02-07 01:32:04 -08:00
anchorScroll.js docs(anchorScroll): correct word "location" 2012-12-19 21:01:41 +01:00
browser.js refactor($browser): remove faulty 20+ cookies warning 2013-01-08 14:23:50 -08:00
cacheFactory.js feat($cacheFactory): cache.put now returns the added value 2012-11-25 00:01:34 +01:00
compile.js feat(Scope): expose transcluded and isolate scope info for batarang 2013-01-30 10:42:56 -05:00
controller.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
document.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
exceptionHandler.js docs(exceptionHandler): document testing 2013-01-17 23:08:39 -08:00
filter.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
http.js feat($http): allow overriding the XSRF header and cookie name 2013-02-07 01:48:01 -08:00
httpBackend.js feat($http): support reponseType 2012-08-10 16:17:59 -07:00
interpolate.js feat($interpolate): provide contextual error messages 2012-08-30 14:50:22 -07:00
locale.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
location.js fix($location): reset $location.$$replace with every watch call 2012-11-26 23:21:02 +01:00
log.js feat($log): add $log.debug() 2013-01-17 16:47:39 -08:00
parse.js feat($parse): allow strict equality in angular expressions 2013-01-17 23:08:38 -08:00
q.js docs(q): added testing information 2012-12-14 05:49:22 -08:00
rootElement.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
rootScope.js feat(Scope): expose transcluded and isolate scope info for batarang 2013-01-30 10:42:56 -05:00
route.js feat(route): Allow using functions as template params in 'when' 2013-01-18 21:20:49 -08:00
routeParams.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
sniffer.js fix(CSP): update to the latest CSP api 2012-11-15 01:46:58 +01:00
timeout.js docs($timeout): set return type to Promise instead of *. 2012-11-11 11:31:51 +01:00
window.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00