Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app>
<head>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.14/angular.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
數量: <input ng-init="quantity = 1" ng-model="quantity" type="number" />
<br />
價格: <input ng-init="price = 500" ng-model="price" type="number" />
<br />
  總計: <br />
<h1 style="color: green;">
{{ quantity * price }}</h1>
</body>
</html>
Output

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

Dismiss x
public
Bin info
weihanchenpro
0viewers