Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html ng-app="myApp">
<head>
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0-rc.3/angular.js"></script>
</head>
<body>
  Type here to make sibling readonly: <input type="text" ng-model="someProperty"><br/>
  <input type="text" ng-readonly="someProperty" value="Some text here"/>
  <script>
    angular.module('myApp', [])
  </script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
auserpro
0viewers