Took example http://codepen.io/ionic/pen/AjgEB
There will be 12 slides for each month.
As in the title display current month and update it when changed a slide?
Here is a sketch http://cdpn.io/BdjEL
Took example http://codepen.io/ionic/pen/AjgEB
There will be 12 slides for each month.
As in the title display current month and update it when changed a slide?
Here is a sketch http://cdpn.io/BdjEL
Here you go : http://codepen.io/calendee/pen/JqcjI
thanks for solution.
In ionic.bundle.js found function slideBox.setSlide
$scope.$on('slideBox.setSlide', function(e, index) {
slider.slide(index);
});
Is it possible to switch when the page opens, for example, the third slide?
And if possible, how to call this function right?
Yes.
very nice, that quickly responded, thanks