Hello There
I am having quite a bit of trouble getting started with ember. Look at this case:
Clicking on the flims, loads the correct details about every film. http://jsbin.com/ewiN/16#/films
Directly accessing the filmdetails via url somehow doesn’t work. I haven’t been able to figure this out yet ( been trying 2 days) http://jsbin.com/ewiN/16#/films/tt0100669
When I comment out the setupController hook, the filmdetails are loaded when accessing via the url, but then, the links don’t work properly anymore.
Anyone can help me?