Seems like restangular is the most fully featured at this point in time?
It answers my two biggest questions -- can I wrap my response in metadata and can I cache requests. Not sure if the cached requests are cached properly though. It seems like its just wrapping $http cache.
Currently known libraries
ngActiveResource - https://github.com/FacultyCreative/ngActiveResource restangular - https://github.com/mgonto/restangular angular-data https://github.com/jmdobry/angular-data/ swami - https://github.com/jbruni/swami nucleus-angular - https://github.com/nucleus-angular/rest http://www.breezejs.com
Seems like restangular is the most fully featured at this point in time?
It answers my two biggest questions -- can I wrap my response in metadata and can I cache requests. Not sure if the cached requests are cached properly though. It seems like its just wrapping $http cache.
https://github.com/mgonto/restangular#my-response-is-actually-wrapped-with-some-metadata-how-do-i-get-the-data-in-that-case https://github.com/mgonto/restangular#can-i-cache-requests