We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826d8ee commit 3978ca3Copy full SHA for 3978ca3
src/app/views/notifications/modals/modals.component.html
@@ -288,7 +288,7 @@ <h5 cModalTitle>Modal title</h5>
288
<h5 cModalTitle>Modal title</h5>
289
<button [cModalToggle]="staticBackdropModal.id" cButtonClose></button>
290
</c-modal-header>
291
- <c-modal-body>Woohoo, you're reading this text in a modal!</c-modal-body>
+ <c-modal-body>I will not close if you click outside of me. Don't even try to press escape key.</c-modal-body>
292
<c-modal-footer>
293
<button [cModalToggle]="staticBackdropModal.id" cButton color="secondary">
294
Close
0 commit comments