app.controller('Ctrl1', function(DataFactory) { // bind the controller property to the service collection this.items = DataFactory.items; // but wouldn't it be so much better // to just call it and let it work DataFactory.getDataStream(); });