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
/
src
/
Resource.js
Age
Commit message (
Expand
)
Author
2011-09-27
fix($resource): action defaults should override resource defaults
Marcello Nuccio
2011-08-19
feat($xhr,$resource): expose response headers in callbacks
Karl Seamon
2011-08-19
fix($resource): properly call error callback when resource is called with two...
Karl Seamon
2011-07-27
feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resource
Karl Seamon
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-04-04
correct $resource's success callback execution
Igor Minar
2011-03-31
encode query params correctly but not too agressively
Igor Minar
2011-03-29
Don't mutate resource if server responded with no body
Anthony Lieuallen
2011-03-28
encode $resource query params using encodeURIComponent
Igor Minar
2011-03-28
Added missing semi-colons
Vojta Jina
2011-03-26
remove _null and _undefined
Igor Minar
2011-02-17
resources should not over-encode chars in url path
Igor Minar
2011-02-10
$resource should encode url params with encodeURIComponent
Igor Minar
2011-01-11
adding a fallthrough comment
Igor Minar
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
2010-10-15
fixed lint warnings and one flaky test
Misko Hevery
2010-09-22
Reduce copies done by Resource.
Alkis Evlogimenos
2010-09-16
Expose GET operations on resources as well. This allows us to read
Alkis Evlogimenos
2010-09-16
Delete requests on resources pass this as data. Delete requests should not be...
Misko Hevery
2010-08-18
stringify names for better compression, remove dead functions, removed unders...
Misko Hevery
2010-07-22
added jsonp to resources
Misko Hevery
2010-07-13
better naming for our verify cache scheme, and tests.
Rob Spies
2010-06-22
Merge http://github.com/angular/angular.js into angular
Rob Spies
2010-05-19
added error handler to xhr requests
Misko Hevery
2010-05-07
xhr bulk fixes
Misko Hevery
2010-04-27
resources now use browser mock
Misko Hevery
2010-04-03
injection is now working
Misko Hevery
2010-03-29
dissabled a lot of tests, and made the core test set pass.
Misko Hevery
2010-03-18
initial revision of new plugable compiler
Misko Hevery
2010-03-16
make xhr just a method
Adam Abrons
2010-03-16
twitter using resources
Adam Abrons
2010-03-15
resources, with bind()
Adam Abrons
2010-03-15
copy response into resource on save. update jstestdriver
Adam Abrons
2010-03-15
added resources; removed compiled code
Misko Hevery