<li ui-scroll="item in datasource">{{item}}</li>
angular.module('application', ['ui.scroll']) .factory('datasource', function() { ... var get = function(index, count, success) { ... }; return { get: get }; });