Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(uiSelectChoices): prevent template element from being modified (a…
…ngular-ui#1850) * fix(uiSelectChoices): prevent template element from being modified Previously, the .ui-select-choices-row element got deleted whenever the linked scope got destroyed which prevents rendering of the options in some cases. * fix(uiSelectChoicesDirective): use element reference instead of template element in link function Closes angular-ui#1851
- Loading branch information