bootstrap-timepicker
bootstrap-timepicker copied to clipboard
can't change icons via configuration options
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 :)