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 was archived by the owner on Apr 12, 2024. It is now read-only.
I am using $http service to get a json object, get json object to populate data for ng-repeat.
My issue is when I change values in json, browser loads old values from cache so I have refresh button in application to clear old data from cache and load new data from json, but currently I am unable to clear cache on ng-click.