How to refresh image by time or by click
-
Is there an elegant way in mango to refresh/reload an img (image) either periodically or when clicked on? Or can it somehow detect a change in date/time of the file that ng-src points to?
There are lots of help on the internet using javascript and/or angular, but they all seem to be very wide workarounds for quite a common requirement.
-
Hi glamprecht,
The solution is likely similar to the self-refreshing image solution here: https://forum.infiniteautomation.com/topic/3428/img-refresh
Simply modify some variable that is in the ng-src of the image as a parameter and it should re-request the image without having to reload the whole page.