0

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 Answer 1

2

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

<script>

to

</script>
Sign up to request clarification or add additional context in comments.

2 Comments

thanks @MartinElvar, I really need some tool to check my html code to escape from such stupid mistakes
Common typing mistake really, but the error message doesn't really help much, so it can be hard to figure. :)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.