Sign in
apache
/
netbeans
/
refs/heads/NETBEANS-1802_OpenProjectAs
/
.
/
webcommon
/
html.angular
/
test
/
unit
/
data
/
virtualSource
/
issue232058.html
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>