Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://eviltrout.com/jsfiddle/handlebars.js"></script> 
<script src="http://eviltrout.com/jsfiddle/ember.js"></script>
  
<meta charset=utf-8 />
<title>EmberJS Test</title>
</head>
<body>
  
<script type="text/x-handlebars">
  Application Template
  {{outlet}}
  {{#linkTo main}}click me to get array observer error{{/linkTo}}
</script>
  
<script type="text/x-handlebars" id='main-template'>
  Main Template
  <ul>
    {{#each content}}
      <li>{{this}}</li>
    {{/each}}
  </ul>
</script>
 
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
evil_troutpro
0viewers