Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the slide container does not have page indicators, changed events
do not fire while swiping through the slides. This is because this._footer is referenced by setActivePageIndicator, which is undefined in the case where we have no page indicators. Fix is to only call setActivePageIndicator when we have page indicators enabled.
- Loading branch information