Skip to content

Instantly share code, notes, and snippets.

@sjcotto
Last active August 29, 2015 14:08
Show Gist options
  • Save sjcotto/bf6f55aa55bca6337f7c to your computer and use it in GitHub Desktop.
Save sjcotto/bf6f55aa55bca6337f7c to your computer and use it in GitHub Desktop.
<div class="scrollable-content section" ng-controller="UserController">
<input
type="text"
ng-model="user.name"
placeholder="Some user name"
/>
<input
type="text"
ng-model="user.email"
placeholder="email@example.com"
/>
<button ng-click="addNewUser()" class="btn btn-primary">
Create User
</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment