restangular icon indicating copy to clipboard operation
restangular copied to clipboard

AngularJS service to handle Rest API Restful Resources properly and easily

Results 101 restangular issues
Sort by recently updated
recently updated
newest added

I would like to add a count method to a restangularized collection which does a custom GET to .../count where ... is the path of the collection so far, but...

question