Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ember Starter Kit</title>
  <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/2.1.0/normalize.css">
</head>
<body>
  
  <script type="text/x-handlebars">
    {{outlet}}
  </script>
  <script type="text/x-handlebars" data-template-name="index">
    {{test-edit objectA=this listB=listB}}
  </script>
  
  <script type="text/x-handlebars" data-template-name="components/test-edit">
    {{view Ember.Select content=listB selection=tempObjectB optionValuePath="content.id" optionLabelPath="content.value"}}&nbsp;
    {{#if isSomething}}
      Something :D
    {{else}}
      {{#if isSomethingElse}}
        Something ELSE!!
      {{else}}
        NOTHING!
      {{/if}}
    {{/if}}
  </script>
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  <script src="http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v1.3.0.js"></script>
  <script src="http://builds.emberjs.com/release/ember.js"></script>
  <script src="http://builds.emberjs.com/beta/ember-data.js"></script>
  <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-mockjax/1.5.3/jquery.mockjax.js"></script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
uberclopspro
0viewers