nikestep / html-angular-validate

A HTML validator node module aimed at AngularJS projects
MIT License
14 stars 13 forks source link

Ignore errors about missing src attribute when ng-src is present #14

Closed ChrisMBarr closed 8 years ago

ChrisMBarr commented 8 years ago

Previously this code

<img ng-src="imgPath" alt="some image">

would throw the error:

Element “img” is missing required attribute “src”

Now this error is suppressed when the ng-src attribute is present on the element.

ChrisMBarr commented 8 years ago

:pointright: @nikestep (nudge)_