Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title>Test</title>
  <script src="http://builds.emberjs.com/release/ember-template-compiler.js"></script>
    <script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
    <script src="http://builds.emberjs.com/release/ember.debug.js"></script>
    <script>
        var App = Em.Application.create({});
    </script>
</head>
<body>
    <script type="text/x-handlebars">
        App
    </script>
    <script  type="text/x-handlebars" data-template-name="index">
        Index
    </script>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers