browse other examples

Scroller inside Angular 1.5+ Component

This sample demonstrates encapsulation of the ui-scroll directive inside some custom component (Angular 1.5+). To demonstrate the work of the Adapter, click on any row. The text of the item should change after click. The controller of this Component is implemented as ES6 class. Note that this demo might not work in old browsers which don't support ES6 classes.