Misko Hevery
|
21e78c443f
|
Delete requests on resources pass this as data. Delete requests should not 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-09-16 00:20:35 +02:00 |
|
Misko Hevery
|
5ddd8d9586
|
stringify names for better compression, remove dead functions, removed underscore.js compatibility
|
2010-08-18 17:26:33 -07:00 |
|
Misko Hevery
|
849a05b5a5
|
added jsonp to resources
|
2010-07-22 11:18:32 -07:00 |
|
Rob Spies
|
4034a2d1e2
|
better naming for our verify cache scheme, and tests.
|
2010-07-13 14:09:53 -07:00 |
|
Rob Spies
|
1500e91def
|
Merge http://github.com/angular/angular.js into angular
Conflicts:
.gitignore
|
2010-06-22 17:09:55 -07:00 |
|
Misko Hevery
|
0f73084e9d
|
added error handler to xhr requests
|
2010-05-19 11:51:17 -07:00 |
|
Misko Hevery
|
038a743e6f
|
xhr bulk fixes
|
2010-05-07 12:09:14 -07:00 |
|
Misko Hevery
|
fce48eb60a
|
resources now use browser mock
|
2010-04-27 11:18:08 -07:00 |
|
Misko Hevery
|
a80a61839a
|
injection is now working
|
2010-04-03 17:04:36 -07:00 |
|
Misko Hevery
|
e55c97deba
|
dissabled a lot of tests, and made the core test set pass.
|
2010-03-29 20:25:42 -07:00 |
|
Misko Hevery
|
7634a3ed52
|
initial revision of new plugable compiler
|
2010-03-18 12:20:06 -07:00 |
|
Adam Abrons
|
c9aba8b442
|
make xhr just a method
|
2010-03-16 14:48:11 -07:00 |
|
Adam Abrons
|
2df072e3f8
|
twitter using resources
|
2010-03-16 14:38:56 -07:00 |
|
Adam Abrons
|
79b743e52f
|
resources, with bind()
|
2010-03-15 15:57:12 -07:00 |
|
Adam Abrons
|
f9f181a33e
|
copy response into resource on save. update jstestdriver
|
2010-03-15 15:02:52 -07:00 |
|
Misko Hevery
|
cc71b745c3
|
added resources; removed compiled code
|
2010-03-15 14:36:50 -07:00 |
|