infinite-slider icon indicating copy to clipboard operation
infinite-slider copied to clipboard

Is it possible to add slides dynamically?

Open TheAvalanche opened this issue 9 years ago • 4 comments

Hi! I have tried to add some slides dynamically by

                    $scope.listData.items.push({
                        img: 'http://farm4.staticflickr.com/3455/3372925208_e1f2aae4e3.jpg',
                        link: 'http://flic.kr/p/69489U'
                    });

after page is already rendered. And nothing works. Just wanted to know, either this functionality is possible and I am doing something wrong or it is not supposed to work like this? //BR

TheAvalanche avatar Dec 29 '14 20:12 TheAvalanche