Skip to content

Instantly share code, notes, and snippets.

@sparrow
Created March 6, 2018 08:43
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 sparrow/bb1d35f2f1ba1e3eb299111e006abf3f to your computer and use it in GitHub Desktop.
Save sparrow/bb1d35f2f1ba1e3eb299111e006abf3f to your computer and use it in GitHub Desktop.
This is a JavaScript code snippet that we used for our blog post https://rubygarage.org/blog/things-vue-takes-from-react-and-angular at RubyGarage. This is an example of two-way data binding implementation in Angular.
<div class='field'>
<input placeholder='Title' ng-model='newArticle.title' />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment