Emmachen / SapUi5Test

1 stars 1 forks source link

Angular hello word example #16

Open ghost opened 8 years ago

ghost commented 8 years ago
<html ng-app>
  <head>
    <meta charset="utf-8">
    <title>Angular.js Example</title>
    <script src="angular/angular.js"></script>
  </head>
  <body>
    Name:<input ng-model="name" type="text"/>
    Hello {{name}}
  </body>
</html>