jdewit/bootstrap-timepicker

can't change icons via configuration options

Maroo-b opened this issue · 0 comments

Hi,

I tired to change the icons classes via the option icons to use font awesome icons but it didn't work.

Here is a snippet of the code:

$('.timepicker').timepicker({
      icons: {
             up: 'fa fa-chevron-up',
             down: 'fa fa-chevron-down'
           }
});

Thanks for the help :)