Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!--modules.html-->
<script type="text/x-handlebars">
    <ul>
      {{#each modules}}
      <li>name</li>
      {{/each}}
    </ul>
  </script>
 <!-- index.html -->
  
<head>
  <script src="js/libs/jquery-1.10.2.min.js"></script>
  <script src="js/libs/handlebars-1.0.0.js"></script>
  <script src="js/libs/ember.js"></script>
  <script src="js/application.js"></script>
</head>
<body>
  <button {{action 'modules'}} > press </button>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers