Closed charwking closed 9 years ago
The login and registration forms had both a ng-submit and a button with an ng-click that was causing the forms to be submitted twice when the button was clicked. This removes the extra ng-clicks.
ng-submit
ng-click
The login and registration forms had both a
ng-submit
and a button with anng-click
that was causing the forms to be submitted twice when the button was clicked. This removes the extrang-click
s.