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
I'm having the same issue -- Using $onChanges lifecycle, changes recognized but $rootScope.$emit('lazyImg:refresh'); doesn't cause repopulation of src attribute.
After first assigning an image source to the lazy-img attribute, subsequent changes to the attribute value are not picked up.
I think this used to work and would be a good feature.
Reversing change e33b011 (i.e. removing the deregister() call that was added inside the attribute observer) fixes the issue.
The text was updated successfully, but these errors were encountered: