mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-17 11:01:46 +08:00
Previously we would do it manually in all of our structural directives. BREAKING CHANGE: element-transcluded directives now have an extra comment automatically appended to their cloned DOM This comment is usually needed to keep track the end boundary in the event child directives modify the root node(s). If not used for this purpose it can be safely ignored.