blob: 98804a906dce0b76257e3c051ce674f62c3fbb4f [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example7</title>
<script src="../../../angular.min.js"></script>
</head>
<body ng-app="">
Check me to check both: <input type="checkbox" ng-model="master"><br/>
<input id="checkSlave" type="checkbox" ng-checked="master">
</body>
</html>