browse other examples

li based scrollable list

Since html container with ui-scroll attribute is repeatable there are some ways to build a template. This sample demonstrates list based (<li>) template usage.
<ul ui-scroll-viewport>
	<li ui-scroll="item in datasource">*{{item}}*</li>
</ul>