Skip to content

Instantly share code, notes, and snippets.

@sasikanth513
Last active January 4, 2019 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sasikanth513/6184066ec7c517fca14bf4a861e45c85 to your computer and use it in GitHub Desktop.
Save sasikanth513/6184066ec7c517fca14bf4a861e45c85 to your computer and use it in GitHub Desktop.
<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