I’ve asked this question also on Stackoverflow. Here is the copied question:
I have an itemController that has two fields: isExpanded
and newComment
. The isExpanded
is working great and binding to each itemController, but the newComment
is somehow shared by all the instances of the itemController. And it will only share for the first time. After I submit the new comment, that textarea no longer share the same binding with other textareas, but the rest of the textareas are still mysteriously binding to the same ghost newComment
. Why?