Andre Pestana
Results
2
issues of
Andre Pestana
That's referring to https://github.com/nebulr/ui-swiper/issues/38 Thanks, Andre
I'm trying to set a custom renderBullet function: ``` ... ``` ``` module.controller("SwipeController", function($scope) { $scope.renderBullet = function (index, className) { return '' + (index + 1) + ''; };...