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

ng-app breaks pre-selected SELECT tags #926

Closed
unirgy opened this issue May 2, 2012 · 0 comments
Closed

ng-app breaks pre-selected SELECT tags #926

unirgy opened this issue May 2, 2012 · 0 comments
Assignees

Comments

@unirgy
Copy link
Contributor

unirgy commented May 2, 2012

Example: Without ng-app shows "SELECTED", with ng-app is empty.

<!DOCTYPE html>
<html ng-app>
<head>
    <script src="http://code.angularjs.org/angular-1.0.0rc6.min.js"></script>
</head>
<body>
    <select><option></option><option value="1" selected>SELECTED</option></select>
</body>
</html>
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 a pull request may close this issue.

2 participants