Skip to content

a conflict against ng-src #19

@FrankFang

Description

@FrankFang

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"/>

.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions