Value Binding in Tempaltes using ember data

Hi All,

I am using ember data with rest adapters. Currently we have screen with below url.

View : myapp/view update : myapp/view/:id

I will display the list of items with user data with update/delete button. When user click on the udpate button i will show the update form with the values selected. Below the update form i will show the user information list also. When user changes the data in the udpate form, the changes also reflecting in the below list of items which i need to avoid? It should be like unbound helper and also should able to observe the property changes.

Do anyone have suggestion?