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 running into this issue now, and I don't understand how the bottom piece of code makes sense? If you're dynamically creating an img src with ng-src, doesn't the static src="loading.gif" defeat that purpose?
If I put
ng-src
aftersrc
in an<img>
tag, thegrunt-rev
task will just ignore thesrc
path but never rev the image loading.gif.However codes below make
grunt-dev
work well.
The text was updated successfully, but these errors were encountered: