Service Portal widget $interval displays inconsistent results during refresh
I have a widget that needs to refresh every one minute. I've got it working when executing the widget directly, however the client $interval alert does not match the server side data during it's refresh.Client Scriptapi.controller=function($interval)...