blob: 17b09cfea0c7dc6a781b5fb2190b1aa512322a2f [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example10</title>
<script src="../../../angular.min.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>