So I decided to start working on a ember node application. In node I am using the Geddyjs framework its very easy to use. When go to my tester route in the console it logs “Transitioned into ‘tester’” but it doesn’t update the view. I am using the following
ember.js 1.3.2 Handlebars : 1.3.0 jQuery : 2.0.0
https://github.com/kyoukhana/embergeddy
And take a peek and open up /public/js/app.js. You will see the routes defined in there. So I am not sure what I am doing wrong.