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 ac7b8d6 commit c04e51eCopy full SHA for c04e51e
src/modal/modal.component.ts
@@ -44,7 +44,7 @@ import { cycleTabs } from "./../common/tab.service";
44
* <ibm-modal-header (closeSelect)="closeModal()">Header text</ibm-modal-header>
45
* <section class="modal-body">
46
* <h1>Sample modal works.</h1>
47
- * <button class="btn--icon-link" nPopover="Hello there" title="Popover title" placement="right">
+ * <button class="btn--icon-link" nPopover="Hello there" title="Popover title" placement="right" appendInline="true">
48
* <ibm-icon icon="info" size="sm"></ibm-icon>
49
* </button>
50
* {{modalText}}
0 commit comments