Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Last active March 25, 2017 15:06
Show Gist options
  • Save brunokrebs/832c7d3a65005c6bfb5e1a19e8faae28 to your computer and use it in GitHub Desktop.
Save brunokrebs/832c7d3a65005c6bfb5e1a19e8faae28 to your computer and use it in GitHub Desktop.
<div class="task-form">
<md-input-container>
<input mdInput [(ngModel)]="task" placeholder="New task">
</md-input-container>
<button md-button md-raised-button color="primary" (click)="addTask()">Add</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment