Skip to content

Commit 9b061a1

Browse files
committed
chore(modals): remove @.disabled animations
1 parent 23d6241 commit 9b061a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/app/views/notifications/modals/modals.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h5 cModalTitle>Modal title</h5>
280280

281281
<ng-template #staticBackdrop>
282282
<button [cModalToggle]="staticBackdropModal.id" cButton>Launch static backdrop modal</button>
283-
<c-modal #staticBackdropModal backdrop="static" id="staticBackdropModal" [@.disabled]="true">
283+
<c-modal #staticBackdropModal backdrop="static" id="staticBackdropModal" [@.disabled]="false">
284284
<c-modal-header>
285285
<h5 cModalTitle>Modal title</h5>
286286
<button [cModalToggle]="staticBackdropModal.id" cButtonClose></button>

0 commit comments

Comments
 (0)