Senne Van Den Bogaert
Senne Van Den Bogaert
I'm unable to set appendToBody using the tooltipConfigurationProvider. I suspect it's because the option is missing in the configuration object right here: https://github.com/720kb/angular-tooltips/blob/master/lib/angular-tooltips.js#L188
Instead of exporting the full string, toHierarchy only takes the last part of an id with hyphens. For example: `Item 1` is exported as `id: "1"` instead of `id: "item-1"`
Some icons appear to be missing in the latest NPM package `[email protected]`. For instance, Symbols > Body Mass Index is [listed on the website](https://healthicons.org/icon/outline/symbols/body_mass_index) but it isn't included in the...