Skip to content

Instantly share code, notes, and snippets.

@jccrosby
Last active January 2, 2016 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jccrosby/8378713 to your computer and use it in GitHub Desktop.
Save jccrosby/8378713 to your computer and use it in GitHub Desktop.
Example AngularJS for data binding
<h1>Hello, {{helloName}}!</h1>
<input type="text" name="name" placeholder="Your name here..." ng-model="helloName">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment