I am trying to show a loading indicator whenever a user clicks the save button. When the button is clicked, the state changes successfully, but reverting back the value of the loading
property on scope to the false state doesn't update the UI.
Is it something i'm doing wrong with scope properties, or is this a flaw with angular?
Here's my jsBin: http://jsbin.com/xafexorope/2/edit?html,output