<!doctype html> <html ng-app=""> <head> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0-rc.2/angular.js"></script> </head> <body> <input yupe='text' ng-model='hello'> <div>copy:{{hello}}</div> </body> </html>
<!doctype html> <html ng-app=""> <head> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0-rc.2/angular.js"></script> </head> <body> <input yupe='text' ng-model='hello'> <div>copy:{{hello}}</div> </body> </html>