Closed BrianLandry closed 8 years ago
Also note that the input state is now solely stored in formData. This was create a single source of truth on the state stored in formData as opposed to two separate sources of truth for the state, one in $scope.inputStyle and one in the formData.
This is currently accessed with getInputStyle(), which simply wraps a function call to get the inputStyle from formData, getInputStyle() purpose is to decrease the amount of code required to access the state in the html.
This issue was caused by the very change mentioned by @BrianLandry above. The $scope.inputStyle
variable state was previously checked before switching states. Brian's edit was not propagated to include this check.
Clicking on the current mode should have no result