Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <script src="https://cdn.bootcss.com/angular.js/1.3.9/angular.js"></script>
</head>
<body ng-app="app">
    <div ng-controller="ctrl">
        <input id="ipt" type="text" ng-model="value">
        <button com>increase</button>
        <span id="span" ng-bind="value"></span>
    </div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
yalishizhudepro
0viewers