browse other examples
Adapter (updatable scroller)
New mechanism of scroller data custom processing is introduced.
Single datasource but two different viewports with two different processing adapters.
The firstListAdapter is initially defined on ctrl $scope as a first level object with some property.
The second.list.adapter chain is not defined on ctrl $scope. The scroller defines it during linking.
1st list
...data loading...
1st list is loaded
update this list
add new 3d item
remove even items
2st list
...data loading...
2nd list is loaded
update this list
add new 5th item
remove odd items