Skip to content

Instantly share code, notes, and snippets.

@charithsoori
Last active October 27, 2015 13:44
Show Gist options
  • Save charithsoori/56fe142979119d945777 to your computer and use it in GitHub Desktop.
Save charithsoori/56fe142979119d945777 to your computer and use it in GitHub Desktop.
<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