When I'm updating scope value directly, it updates in view just fine, but when this value is updated from AJAX callback it doesn't update. Here is simplified example - http://jsfiddle.net/hS8Bs/1/
How can I get around it?
Update: I noticed that clicking second time on the link does update the value, but it's not what I'm looking for.