You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.
the annotation refresher is doing it's own hacky thing to cache requests for annotations.
this can be replaced with https://docs.angularjs.org/api/ng/service/$http#caching, but maintaining the same api.
change the
GET
request to setcache: true
:then have the
clearCache
function delete the$httpCache
.something along these lines. The rest of the code can go away.
The text was updated successfully, but these errors were encountered: