Skip to content

Instantly share code, notes, and snippets.

Created November 8, 2015 23:10
Show Gist options
  • Save anonymous/621fc49fcacea916f2f4 to your computer and use it in GitHub Desktop.
Save anonymous/621fc49fcacea916f2f4 to your computer and use it in GitHub Desktop.
Ember 1.12.1 Clone this to play with Ember 1.12.1 // source https://jsbin.com/xotuxe
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Clone this to play with Ember 1.12.1">
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/ember.js/1.12.1/ember.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/ember.js/1.12.1/ember-template-compiler.js"></script>
<meta charset="utf-8">
<title>Ember 1.12.1</title>
<style id="jsbin-css">
body{
font-family: Helvetica;
}
</style>
</head>
<body>
<script type="text/x-handlebars" data-template-name="index">
Stub
</script>
<script id="jsbin-javascript">
App = Ember.Application.create({});
</script>
<script id="jsbin-source-html" type="text/html"><!DOCTYPE html>
<html>
<head>
<meta name="description" content="Clone this to play with Ember 1.12.1">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"><\/script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ember.js/1.12.1/ember.min.js"><\/script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ember.js/1.12.1/ember-template-compiler.js"><\/script>
<meta charset="utf-8">
<title>Ember 1.12.1</title>
</head>
<body>
<script type="text/x-handlebars" data-template-name="index">
Stub
<\/script>
</body>
</html></script>
<script id="jsbin-source-css" type="text/css">body{
font-family: Helvetica;
}</script>
<script id="jsbin-source-javascript" type="text/javascript">App = Ember.Application.create({});
</script></body>
</html>
body{
font-family: Helvetica;
}
App = Ember.Application.create({});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment