Created
February 15, 2014 11:51
-
-
Save khanhhua/9018315 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<h3>Task for the workplace</h3> | |
<p> | |
<label>Task:</label> | |
<input ng-model={{item.task}} /> | |
</p> | |
<p> | |
<label>Due:</label> | |
<input ng-model={{item.due}} /> | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment