Adapter demo
...data loading...
1st list is loaded
{{item.content}}
update this list
add new 3d item
remove even items
...data loading...
2nd list is loaded
{{item.content}}
update this list
add new 5th item
remove odd items
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.