Skip to content

Instantly share code, notes, and snippets.

@johnoscott
Created October 27, 2013 03:50
Show Gist options
  • Save johnoscott/7177790 to your computer and use it in GitHub Desktop.
Save johnoscott/7177790 to your computer and use it in GitHub Desktop.
<!doctype html><html ng-app> <head> <script src="http://code.angularjs.org/1.2.0-rc.3/angular.min.js"></script> </head> <body> Check me to check both: <input type="checkbox" ng-model="master"><br/> <input id="checkSlave" type="checkbox" ng-checked="master"> </body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment