blob: 8fb7720dd60c02a165b4e52b3b7c7f72e5d3d106 [file] [log] [blame]
<!doctype html>
<html ng-app>
<head>
</head>
<body ng-controller="SettingsController">
Click me to toggle: <input type="checkbox" ng-model="checked"><br/>
<button ng-model="button" ng-disabled="checked">Button</button>
</body>
</html>