0
votes

I am trying to learn ember.js using the online tutorials http://emberjs.com/guides/getting-started/

I reached this step http://emberjs.com/guides/getting-started/creating-a-new-model/ and here is the application.

https://github.com/42races/ember-apps/tree/master/todomvc

At this point I am not able to proceed, am getting an error and not able to proceed, here is a screenshot of the error I am getting.screenshot

How do I proceed? Please someone help me.

1

1 Answers

2
votes

You script tag is missing a /, in index.html

<script>

to

</script>