Within an <ion-scroll>, this directive creates sticky item headers that get bumped out of the way by the next item.
Demo: http://cl.ly/2u2X390s0H1a
Requirements:
- Needs UnderscoreJS for its
_.throttleutility. - Must be used within an
or
| <ion-header no-shadow> | |
| <ion-navbar no-border-bottom> | |
| <ion-buttons start> | |
| <button ion-button color="light" (click)="closeModal()">Cancel</button> | |
| </ion-buttons> | |
| <ion-title>Media</ion-title> | |
| <ion-buttons end> | |
| <ion-spinner *ngIf="!mediaLoaded" color="light"></ion-spinner> | |
| </ion-buttons> |
Within an <ion-scroll>, this directive creates sticky item headers that get bumped out of the way by the next item.
Demo: http://cl.ly/2u2X390s0H1a
Requirements:
_.throttle utility.or