Last active
October 27, 2015 13:44
-
-
Save charithsoori/56fe142979119d945777 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
<html> | |
<body ng-app> | |
<div class='container'> | |
Name:<input type="text" ng-model="name"/> | |
<br> | |
<label>{{name}}</label> | |
</div> | |
<script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.min.js'></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment