Created
November 4, 2014 11:43
-
-
Save renatocantarino/016ab209c7c25d8b42c1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html > | |
<head> | |
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.5/angular.min.js"></script> | |
</head> | |
<body ng-app="changeExample"> | |
<div ng-controller="ExampleController"> | |
<input type="checkbox" ng-model="confirmed" ng-change="eventos.change()" id="ng-change-example1"> CheckBox </input> | |
<br/> | |
</div> | |
<script src=".\JS\change.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment