Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

angular: using restmod as an alternative to restangular for rest operations

https://github.com/platanus/angular-restmod seems much clearer to me than restangular but I can't find much info about it - has anyone used it, know of any pitfalls, etc.? For instance, I can't see support for PATCH for partial updates. Any and all info is welcome.

like image 456
yar1 Avatar asked Aug 27 '14 13:08

yar1


1 Answers

We are using Angular Restmod in various projects in production and I can tell you it does what it says it does.

Take a look at the issues in Github, there's a lot going on there right now.

like image 91
Agustin Avatar answered Oct 01 '22 05:10

Agustin