Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a conflict against ng-src #19

Open
FrankFang opened this issue Dec 27, 2013 · 2 comments
Open

a conflict against ng-src #19

FrankFang opened this issue Dec 27, 2013 · 2 comments

Comments

@FrankFang
Copy link

If I put ng-src after src in an <img> tag, the grunt-rev task will just ignore the src path but never rev the image loading.gif.

<img src="loading.gif" ng-src="{% xxx %}"/>

However codes below make grunt-dev work well

<img ng-src="{% xxx %}" src="loading.gif"/>

.

@ssesfahani
Copy link

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?

@ssesfahani
Copy link

#18

So this is still an issue still.. or what?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants