Skip to content

Instantly share code, notes, and snippets.

@gaboesquivel
Last active December 23, 2015 09:28
Show Gist options
  • Save gaboesquivel/6614257 to your computer and use it in GitHub Desktop.
Save gaboesquivel/6614257 to your computer and use it in GitHub Desktop.
<body ng-app="app" ng-controller="MainCtrl">
What's your name?:
<input type="text" ng-model="user.name" />
<button ng-click="greet()">Click here!</button>
<h3>{{ message }}</h3>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment