Open
Description
I think the README could do better at explaining what the "Decoupled Restangular Service" .service() method does. I would make a PR, but I'm not even a 100% sure what it's doing. For example, what is the difference between using Restangular.service('users');
and Restangular.all('users');
?