aboutsummaryrefslogtreecommitdiffstats
path: root/src/Resource.js
AgeCommit message (Expand)Author
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-09-27fix($resource): action defaults should override resource defaultsMarcello Nuccio
2011-08-18fix($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-04-04correct $resource's success callback executionIgor Minar
2011-03-31encode query params correctly but not too agressivelyIgor 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-26remove _null and _undefinedIgor Minar
2011-02-17resources should not over-encode chars in url pathIgor Minar
2011-02-10$resource should encode url params with encodeURIComponentIgor Minar
2011-01-11adding a fallthrough commentIgor Minar
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2010-10-15fixed lint warnings and one flaky testMisko Hevery
2010-09-22Reduce copies done by Resource.Alkis Evlogimenos
2010-09-16Expose GET operations on resources as well. This allows us to readAlkis Evlogimenos
2010-09-16Delete requests on resources pass this as data. Delete requests should not be...Misko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-07-22added jsonp to resourcesMisko Hevery
2010-07-13better naming for our verify cache scheme, and tests.Rob 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-27resources now use browser mockMisko Hevery
2010-04-03injection is now workingMisko Hevery
2010-03-29dissabled a lot of tests, and made the core test set pass.Misko Hevery
2010-03-18initial revision of new plugable compilerMisko Hevery
2010-03-16make xhr just a methodAdam Abrons
2010-03-16twitter using resourcesAdam Abrons
2010-03-15resources, with bind()Adam Abrons
2010-03-15copy response into resource on save. update jstestdriverAdam Abrons
2010-03-15added resources; removed compiled codeMisko Hevery