mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
64ad74acbe
Previously, light dom nodes that were not used by any content tag were not removed from a view on redistribute. This lead to a bug when reusing a view from the view pool, as it still contained stale reprojected nodes. Fixes #1416