Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app="App">
  <head>
    <script data-require="angular.js@1.2.3" data-semver="1.2.3" src="http://code.angularjs.org/1.2.3/angular.js"></script>
  </head>
  
  <body>
  
    <div ng-controller="Ctrl1">
      <input type="text" ng-model="val">{{ val }}
    </div>
    
    <div ng-controller="Ctrl2">
      <input type="text" ng-model="val">{{ val }}
    </div>    
    
  </body>
</html>
Output

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

Dismiss x
public
Bin info
igormalykpro
0viewers