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>
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  <script src="http://builds.emberjs.com/tags/v1.12.0/ember-template-compiler.js"></script>
  <script src="http://builds.emberjs.com/tags/v1.12.0/ember.debug.js"></script>
  
  <script src="http://builds.emberjs.com/beta/ember-data.min.js"></script>
  <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-mockjax/1.5.3/jquery.mockjax.js"></script>
</head>
<body>
  <script type="text/x-handlebars">
    <h2> Application </h2>
    
    {{link-to 'go to posts please' 'posts'}}
    {{outlet}}
  </script>
  <script type="text/x-handlebars" data-template-name="posts">
  <h5> Posts </h5>
  Users count: {{users.length}}
  <hr>
  <button {{action "event"}}>Fire Event Button</button>
  <button {{action "delUser"}}>delete user</button>
  
  
  </script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers