I have a query about this type
var locs = Restangular.one('location','list').get(); He returns a promise. How can I get a connection string from it (like http: // host / location / list )? That is, I need to know this line before the actual sending of the request. Thanks in advance for the answer
Restangularobject? what is the function ofone? - Grundy