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>
Show:<input type='checkbox' ng-model='checked'>
<h1 ng-show='checked'>Hello Im Wille</h1>  
蘋果、橘子:<input type='checkbox' ng-model='output' ng-true-value="蘋果" ng-false-value="橘子">
<h2 ng-show='output'>{{output}}</h2>    
</body>
</html>
Output

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

Dismiss x
public
Bin info
weihanchenpro
0viewers