I'm relatively new to Ember and really like it so far. I was working through some sample code in their docs and can't seem to get the 2 way bounded value that I'm supposed to get? I borrowed the code from their provided sample and I have no errors.
Its simple really, a salary is set to wife, bound to husband, re-set on husband and the wife's salary should reflect the change but it doesn't.
Heres my jsbin: http://jsbin.com/asufEvaB/5/
Thanks for any help :)