I'm using ng-admin with a rest API, I have multiple referenced lists which are update frequently in the server side.
Is there a way to refresh referenced lists every 5 seconds or so using ng-admin?
EDIT: I already know about setInterval and $interval. But I can't figure out where in ng-admin I should put it, what file exactly, that's where I'm stuck.