Removed loading directive from buttons
This commit is contained in:
parent
a18fee5ec3
commit
ea885e5fb8
5 changed files with 9 additions and 9 deletions
|
|
@ -118,7 +118,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="large-5 medium-3 small-4 columns">
|
||||
<button type="submit" class="button primary expand text-center" ng-disabled="sendForm.$invalid || loading" loading="Sending">
|
||||
<button type="submit" class="button primary expand text-center" ng-disabled="sendForm.$invalid || loading">
|
||||
Send
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue