The config of session:true in a viewmodel for a store makes the session think that there are changes when the store loads,

http://ift.tt/1u1s9rt


the title of the view says saving? true, and its bound to a formula.


Why is it doing this? It should initally say saving? false, because when the records are loaded there shouldnt be any changes yet, but once i hit remove, the title should then update to

saving? true, because there needs to be a record removed from the server.