Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(option): support option elements in datalist #1254

Closed
wants to merge 1 commit into from

Conversation

IgorMinar
Copy link
Contributor

previously we expected to find option elements only within select element and if
that was not the case we throw an error. This made it impossible to include datalist
element with nested option elements in the template.

Closes #1165

@vojtajina
Copy link
Contributor

Otherwise LGTM

previously we expected to find option elements only within select element and if
that was not the case we throw an error. This made it impossible to include datalist
element with nested option elements in the template.

Closes angular#1165
@IgorMinar
Copy link
Contributor Author

landed as ccaed25

@IgorMinar IgorMinar closed this Aug 10, 2012
@IgorMinar
Copy link
Contributor Author

yes. it's in master as well as 1.0.x branch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

option should not require select
2 participants