Advertisement
yoesoff3

helloworld

Sep 17th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
  4. <body>
  5.  
  6.    <div ng-app="">
  7.        <p>Name : <input type="text" ng-model="name"></p>
  8.        <h1>Hello {{name}}</h1>
  9.   </div>
  10.  
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement