Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit d94091d

Browse files
author
vikasrohit
committed
SUP-1534, Handle double-click scenario for registration page.
Dynamic message for busy state to differentiate between background ajax calls for validation and actual call for registration process.
1 parent 27f20a2 commit d94091d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/account/register/register.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
button(type="submit", busy, busy-disabled="true", ng-disabled="vm.registerForm.$invalid", ng-class="{'enabled-button': vm.registerForm.$valid}") Join Now
8181
busy-message
82-
i.fa.fa-spinner(ng-bind="busyMessage")
82+
i.fa.fa-spinner(ng-bind="vm.busyMessage")
8383

8484
section.terms
8585
p By clicking "JOIN NOW" you agree to Topcoder's

0 commit comments

Comments
 (0)