| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-15 | fixed lint warnings and one flaky test | Misko Hevery | |
| 2010-09-22 | Reduce copies done by Resource. | Alkis Evlogimenos | |
| When a method foo is called on a Resource object, say myResource there are two copies that happen to the resource: - one inside Resource.foo() in some dummy function - another inside myResource.$foo() inside the callback passed to foo() | |||
| 2010-09-16 | Expose GET operations on resources as well. This allows us to read | Alkis Evlogimenos | |
| "partials". The pattern is demostrated in the unittest: Resource.query returns a list of "keys" to resources, which are partially defined. They have enough data to allow $get to fetch the whole gamout. Then $get fetches all the details of the resource. | |||
| 2010-09-16 | Delete requests on resources pass this as data. Delete requests should not ↵ | Misko Hevery | |
| be passing data in the body of the response. The bug is here: http://github.com/angular/angular.js/blob/master/src/Resource.js#L119 Instead of checking for !isGet you should be checking for !isPost. Also isPost should be isPostOrPut since only on those two methods should be sending a payload if I am not mistaken. | |||
| 2010-08-18 | stringify names for better compression, remove dead functions, removed ↵ | Misko Hevery | |
| underscore.js compatibility | |||
| 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 | |
| Conflicts: .gitignore | |||
| 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 | |
