Skip to content

Instantly share code, notes, and snippets.

@olegp
Created February 5, 2016 10:19
Show Gist options
  • Save olegp/34bf86dbacd8a3d70f7a to your computer and use it in GitHub Desktop.
Save olegp/34bf86dbacd8a3d70f7a to your computer and use it in GitHub Desktop.
<div>
<form ng-submit="submit()">
<input ng-model="text">
<button>Submit</button>
</form>
<ul>
<li ng-repeat="message in messages">{{message.time}} {{message.text}}</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment