Skip to content

Commit

Permalink
fix(module:spin): fix spin error in antd 3.6.1 (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored Jun 5, 2018
1 parent 1803552 commit 8a1a9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/spin/nz-spin.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</span>
</ng-template>
<div [class.ant-spin-nested-loading]="isNested">
<div>
<div [hidden]="!(resultSpinning$|async)">
<div
class="ant-spin"
[class.ant-spin-spinning]="resultSpinning$|async"
Expand Down

0 comments on commit 8a1a9ca

Please sign in to comment.