Created
November 3, 2014 22:38
-
-
Save renatocantarino/d67e49227676a3c69ef2 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 lang="en"> | |
<head> | |
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.5/angular.min.js"></script> | |
</head> | |
<body ng-app="myapp"> | |
<div ng-controller="MyController"> | |
<button ng-click="eventos.Clique()"> Clique aqui </button> | |
</div> | |
<script src=".\JS\eventos.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment