Skip to content

Instantly share code, notes, and snippets.

@AndyNovo
Created April 21, 2016 13:55
Show Gist options
  • Save AndyNovo/395ea73bcae2064d26d7973da8a18a46 to your computer and use it in GitHub Desktop.
Save AndyNovo/395ea73bcae2064d26d7973da8a18a46 to your computer and use it in GitHub Desktop.
<h1>Databinding example</h1>
<p>What is your name?</p>
<input type="text" ng-model="name"/>
<p ng-if="!!name">Hello {{name}}.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment