Closed ChrisMBarr closed 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.
ng-src
:pointright: @nikestep (nudge)_
Previously this code
would throw the error:
Now this error is suppressed when the
ng-src
attribute is present on the element.