yagajs / leaflet-ng2

Angular.io integration of Leaflet
https://leaflet-ng2.yagajs.org
ISC License
66 stars 26 forks source link

TooltipDirective: 'permanent' does not work #376

Closed AnatolyStrakhov closed 6 years ago

AnatolyStrakhov commented 6 years ago

Hi All,

Issue 1 <yaga-tooltip [permanent]="true"> does not work at all. I did manual changes in tooltip.directive.js

Issue 2 Even when I have issue 1 fixed, it is not possible to change 'permanent' value. Having <yaga-tooltip [permanent]="boolVariable"> , I can set boolVariable, but it has no effect for the tooltip.

Could you fix both issues please?