Open ghost opened 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>