philipsorst / angular-rest-springsecurity

An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA
Apache License 2.0
620 stars 367 forks source link

Changed from ng-resource to Restangular #13

Closed magneticz closed 10 years ago

magneticz commented 10 years ago

Hi

I needed to create exactly what your example did but with restangular. I changed from ng-resource to restangular and thought maybe it will be useful to someone else. Just letting you know.

Thanks for this example, saved me a lot of time

philipsorst commented 10 years ago

Thanks for your great work, I merged this into the new "restangular" branch. Cheers!