Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://builds.emberjs.com.s3.amazonaws.com/handlebars-1.0.0-rc.4.js"></script>
<script src="http://builds.emberjs.com.s3.amazonaws.com/ember-latest.js"></script>
</head>
  
<body>
  <script type="text/x-handlebars" id="index">
    <hr>
    <h2>Index</h2>
    <p>Last action: {{lastAction}}</p>
    <div>{{render 'wheels'}}</div>
  </script>
  <script type="text/x-handlebars" id="wheels">
    <hr>
    <h3>Wheels</h3>
    <p>Last action: {{lastAction}}</p>
    <button {{action 'rotateWheels'}}>Rotate</button>
  </script>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers