aboutsummaryrefslogtreecommitdiffstats
path: root/test/ResourceSpec.js
AgeCommit message (Expand)Author
2011-09-27fix($resource): action defaults should override resource defaultsMarcello Nuccio
2011-08-19feat($xhr,$resource): expose response headers in callbacksKarl Seamon
2011-08-19fix($resource): properly call error callback when resource is called with two...Karl Seamon
2011-07-27feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resourceKarl Seamon
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-05-31Rename deprecated wasCalled() -> toHaveBeenCalled() in all specsVojta Jina
2011-04-04correct $resource's success callback executionIgor Minar
2011-03-31encode query params correctly but not too agressivelyIgor Minar
2011-03-30remove weird spaces from resource mutation testIgor Minar
2011-03-29Don't mutate resource if server responded with no bodyAnthony Lieuallen
2011-03-28encode $resource query params using encodeURIComponentIgor Minar
2011-03-28Added missing semi-colonsVojta Jina
2011-03-01linking function should return bound scopeIgor Minar
2011-02-17resources should not over-encode chars in url pathIgor Minar
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-02-10$resource should encode url params with encodeURIComponentIgor Minar
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2010-12-23fixing invalid json strings in ResourceSpecIgor Minar
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor Minar
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-10-12Introduced injector and $new to scope, and injection into link methods and co...Misko Hevery
2010-09-16Expose GET operations on resources as well. This allows us to readAlkis Evlogimenos
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-08-10added additional testMisko Hevery
2010-07-22added jsonp to resourcesMisko Hevery
2010-07-13Removes silly test addition.Rob Spies
2010-07-13better naming for our verify cache scheme, and tests.Rob Spies
2010-06-22asdsadRob Spies
2010-06-22Merge http://github.com/angular/angular.js into angularRob Spies
2010-05-19added error handler to xhr requestsMisko Hevery
2010-05-07xhr bulk fixesMisko Hevery
2010-04-29added $xhr service with bulk and cache, hooked up $resourceMisko Hevery
2010-04-29fix isssue where the jasmine currentSpec does not get updated and hence every...Misko Hevery
2010-04-27resources now use browser mockMisko Hevery
2010-03-29dissabled a lot of tests, and made the core test set pass.Misko Hevery
2010-03-16make xhr just a methodAdam Abrons
2010-03-15resources, with bind()Adam Abrons
2010-03-15added resources; removed compiled codeMisko Hevery