Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
<body>
  <script type="text/x-handlebars" id="people">
 
  Here are the people:
  <ul>
  {{#each model}}
    <li>{{name}}</li>
  {{/each}}
  </ul>
  <button {{action resetStorage}}>RESET LOCAL STORAGE</button>
  </script>
  
 <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
   <script src="http://builds.emberjs.com/handlebars-1.0.0.js"></script>
  <script src="http://builds.emberjs.com/ember-latest.js"></script>
  <script src="http://builds.emberjs.com/ember-data-latest.js"></script>
  <script src="http://emberjs.com.s3.amazonaws.com/getting-started/local_storage_adapter.js"></script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
mikegrassottipro
0viewers