mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 22:35:14 +08:00
Previously, templates would always be assumed to be valid HTML nodes. In some cases, it is desirable to use SVG or MathML or some other language. For the time being, this change is only truly meaningful for SVG elements, as MathML has very limited browser support. But in the future, who knows? Closes #7265