Created
April 21, 2016 13:55
-
-
Save AndyNovo/395ea73bcae2064d26d7973da8a18a46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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