Skip to content

Instantly share code, notes, and snippets.

@rolaveric
Created January 26, 2014 22:25
Show Gist options
  • Save rolaveric/8640258 to your computer and use it in GitHub Desktop.
Save rolaveric/8640258 to your computer and use it in GitHub Desktop.
Reasons to use AngularJS: With Angular
<div ng-app="">
<input type="text" ng-model="message"/>
{{message}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment