Last active
January 4, 2019 07:44
-
-
Save sasikanth513/6184066ec7c517fca14bf4a861e45c85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form> | |
. | |
. | |
{{#if tdd 'submitingCreateUserForm'}} | |
<button type="submit" class="btn btn-primary" disabled="true"> | |
<i class="fa fa-spin fa-spinner"></i> | |
Saving... | |
</button> | |
{{else}} | |
<button type="submit" class="btn btn-primary">Submit</button> | |
{{/if}} | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment