| <!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> |