Whenever a user clicks the save button, I want to display a loading indicator. The state changes correctly when the button is clicked, but for some reason, reverting back the value of the loading
property on scope to false doesn't update the UI.
Could it be an issue with how I'm handling scope properties, or is this a bug in Angular?
Check out my jsBin here: http://jsbin.com/xafexorope/2/edit?html,output