Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<meta charset="UTF-8">
<html ng-app="">
  <head>
  </head>
  <body>
        <p>姓名: <input type="text" ng-model="name"/></p>
       {{name}}
        <p ng-bind="name"></p>   
            
   
    <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.js"></script>
    
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
aidecpro
0viewers