novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
11 lines (10 loc) • 449 B
HTML
<novo-dropdown appendToBody="true" parentScrollSelector=".example">
<button type="button" theme="secondary" icon="collapse" inverse>My Dropdown Is On The Body And I Close When My Parent Scrolls!</button>
<list>
<item (action)="clickMe('Hello!')">Action 1</item>
<item (action)="clickMe('Another!')">Action 2</item>
</list>
</novo-dropdown>
<br/>
<br/>
<div style="width: 1000px;">I am just here to force scrolling!</div>