Crunc / knockout-owlCarousel

KnockoutJS binding for connecting OWL Carousel with an ko.observableArray()
1 stars 2 forks source link

Pagination Update #1

Closed swayhead closed 10 years ago

swayhead commented 10 years ago

Pager does not appear, because it is not updated during the knockout items iteration. Its internal status is always - one item. You should add owl.updatePagination(); owl.updateControls(); in the refreshOwl() function just after or before owl.calculateAll() Greetings!

Crunc commented 10 years ago

Hi,

I will provide a fix when I have some time left within the next days. I would appreciate it if you could open a pull request which fixes that issue.

Many thanks for the hint!