Set auth forms to pristine after success
And get rid of the resettable directive. Since Angular added the `$setPristine` method, we can wrap the errors in a check that the control is dirty.
Showing
Please register or sign in to comment
And get rid of the resettable directive. Since Angular added the `$setPristine` method, we can wrap the errors in a check that the control is dirty.