This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Commit a606888
committed
fix(ngAnimate): support removing classes from SVG elements when using jQuery
Without this CL, ngShowHide will not work without the use of monkeypatched fixes for jQuery such as
https://github.com/kbwood/svg 's jquery-svgdom.js script.
Closes #88721 parent b01a03c commit a606888
File tree
3 files changed
+15
-2
lines changed- src
- ngAnimate
- test/ngAnimate
3 files changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4641 | 4641 | | |
4642 | 4642 | | |
4643 | 4643 | | |
| 4644 | + | |
| 4645 | + | |
| 4646 | + | |
| 4647 | + | |
| 4648 | + | |
| 4649 | + | |
| 4650 | + | |
| 4651 | + | |
| 4652 | + | |
| 4653 | + | |
| 4654 | + | |
| 4655 | + | |
4644 | 4656 | | |
4645 | 4657 | | |
4646 | 4658 | | |
0 commit comments