Tim Kock
Results
1
issues of
Tim Kock
Added functionality to allow for an option to provide custom tooltip contents based on item data as such ``` js cal.init({ tooltip: true, onTooltip: function(date, nb) { return $filter('currency')(nb ||...