Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Merge pull request #68 from imanel/v2.0.1
Browse files Browse the repository at this point in the history
Update Ember.js to 2.0.1
  • Loading branch information
rwjblue committed Sep 8, 2015
2 parents e0b8245 + 7638395 commit 3b8ec33
Show file tree
Hide file tree
Showing 5 changed files with 74,792 additions and 64,014 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ <h2>Welcome to Ember.js</h2>

<script type="text/x-handlebars" id="index">
<ul>
{{#each item in model}}
{{#each model as |item|}}
<li>{{item}}</li>
{{/each}}
</ul>
</script>

<script src="js/libs/jquery-1.10.2.js"></script>
<script src="js/libs/ember-template-compiler-1.12.0.js"></script>
<script src="js/libs/ember-1.12.0.debug.js"></script>
<script src="js/libs/ember-template-compiler-2.0.1.js"></script>
<script src="js/libs/ember-2.0.1.debug.js"></script>
<script src="js/app.js"></script>
<!-- to activate the test runner, add the "?test" query string parameter -->
<script src="tests/runner.js"></script>
Expand Down
Loading

0 comments on commit 3b8ec33

Please sign in to comment.