This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngSwitch removes DOM elements twice #8662
Closed
Description
The code up here:
https://github.com/angular/angular.js/blob/master/src/ng/directive/ngSwitch.js#L150
May seem to contain elements that are called here:
https://github.com/angular/angular.js/blob/master/src/ng/directive/ngSwitch.js#L159
The issue may relate to transclusion blocks that were added in:
ac37915