I have tried this but it seems not to be working what am I missing
Restangular.one('authenticated_user').get().then(function(response){
return response;
}, function(response){
return response;
});
I have tried this but it seems not to be working what am I missing
Restangular.one('authenticated_user').get().then(function(response){
return response;
}, function(response){
return response;
});
Copyright © 2021 Jogjafile Inc.
I figured it out!