blob: f21f69bf118c367cb8391ee875a2bcc83c86d189 [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example10-debug</title>
<script src="../../../angular.js"></script>
</head>
<body ng-app="">
Check me check multiple: <input type="checkbox" ng-model="open"><br/>
<details id="details" ng-open="open">
<summary>Show/Hide me</summary>
</details>
</body>
</html>