Skip to content

Instantly share code, notes, and snippets.

@renatocantarino
Created November 3, 2014 22:38
Show Gist options
  • Save renatocantarino/d67e49227676a3c69ef2 to your computer and use it in GitHub Desktop.
Save renatocantarino/d67e49227676a3c69ef2 to your computer and use it in GitHub Desktop.
<!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