Skip to content
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.

ng-app breaks pre-selected SELECT tags #926

Closed
@unirgy

Description

@unirgy

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>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions