angular.js
angular.js copied to clipboard
feat(ngHref): bind href attribute to ng-href attribute in case SVG el…
…ement
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Feature that solve https://github.com/angular/angular.js/issues/15618
What is the current behavior? (You can also link to an open issue here) href attribute doesn't bind to ng-href in case of SVG element
What is the new behavior (if this is a feature change)? href attribute binds to ng-href in case of SVG element
Does this PR introduce a breaking change? No
Please check if the PR fulfills these requirements
- [x] The commit message follows our guidelines: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit-message-format
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] Docs have been added / updated (for bug fixes / features)
Other information: