htao00

Results 2 comments of htao00

Hi f0def, how did you manage to solve your problem? I'm having similar issue.

Nvm I think I figured out. You can do this. ``` var _data = null; function getData() { if (_data) { return _data; } _data = Restangular.get(); return _data; }...