quickstart-code-sample
quickstart-code-sample copied to clipboard
Uncaught TypeError: Cannot call method 'replace' of undefined
I've tried following along with the guide (http://emberjs.com/guides/getting-started/) - and kept getting this error. I also downloaded the files from GitHub and got the same thing. This is with downloading ember-data-latest, handlebars 1.0.0, jquery 2.0.2 and ember 1.0.0-RC6
Is this still an issue in the current RC 6.1 when you are using handlebars 1.0.0 ? if so -does dropping back to handelbars 1.0-rc4 solve it ?
I was experiencing the same issue using the recommended ember version. The issue was resolved for me by upgrading to the latest release Version: v1.0.0-rc.7-9-g7398406
.