angular.js/src/service
Igor Minar c5f3a413bc feat:$xhr: provide access to $xhr header defaults
$xhr header defaults are now exposed as $xhr.defaults.headers.common and
$xhr.default.headers.<httpmethod>. This allows applications to configure
their defaults as needed.

This commit doesn't allow headers to be set per request, only per
application. Per request change would require api change, which I tried
to avoid *for now*.
2011-06-30 00:34:50 -07:00
..
cookies.js remove _null and _undefined 2011-03-26 23:19:04 -07:00
cookieStore.js split up services into individual files 2011-02-15 11:01:53 -05:00
defer.js Fix links in docs 2011-06-06 22:52:00 -07:00
document.js make all built-in services lazy 2011-02-17 22:58:59 -08:00
exceptionHandler.js make all built-in services lazy 2011-02-17 22:58:59 -08:00
hover.js remove _null and _undefined 2011-03-26 23:19:04 -07:00
invalidWidgets.js make all built-in services lazy 2011-02-17 22:58:59 -08:00
location.js Should have replaced all instances of element('input[name=something]').val() with input('name').val() 2011-06-08 15:54:57 -07:00
log.js make all built-in services lazy 2011-02-17 22:58:59 -08:00
resource.js Small spelling and grammar fixes in documentation. 2011-02-16 00:04:15 -05:00
route.js remove _null and _undefined 2011-03-26 23:19:04 -07:00
updateView.js Fix links in docs 2011-06-06 22:52:00 -07:00
window.js make all built-in services lazy 2011-02-17 22:58:59 -08:00
xhr.bulk.js remove _null and _undefined 2011-03-26 23:19:04 -07:00
xhr.cache.js make xhr.cache optionally synchronous 2011-03-30 15:22:22 -07:00
xhr.error.js split up services into individual files 2011-02-15 11:01:53 -05:00
xhr.js feat:$xhr: provide access to $xhr header defaults 2011-06-30 00:34:50 -07:00