Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
  <script>
    ENV = { ENABLE_ALL_FEATURES: true };
  </script>
  <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
  <script src="http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v2.0.0.js"></script>
<script src="http://builds.emberjs.com/canary/ember.js"></script>
</head>
</head>
<body>
  <script type="text/x-handlebars" data-template-name="application">
    <h4>There is a bug with using value for attributeBindings</h4>
    <p>If you look at the output of the span below you will not see a value attribute. But you will see an attribute for dave.</p>
    
    {{blog-post title="attributesBindings"}}
    
  </script>
  
  <script type="text/x-handlebars" data-template-name="components/blog-post">
  <article class="blog-post">
    <h1>{{title}}</h1>
  </article>
  </script>
</body>
</html>
  
Output

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

Dismiss x
public
Bin info
kiwiupoverpro
0viewers