Permalink
Browse files
feat($anchorScroll): convert numeric hash targets to string
This allows `$anchorScroll(7)` to scroll to `<div id="7">` (although technically, the target ID is a string, not a number). Fixes #14680 Closes #15182
- Loading branch information
Showing
with
14 additions
and 1 deletion.
- +2 −1 src/ng/anchorScroll.js
- +12 −0 test/ng/anchorScrollSpec.js