Kostya Netrebenko

Results 3 comments of Kostya Netrebenko

@jkuri Hi there! Look like that trick doesn't work any more: `Can't bind to 'inputEvents' since it isn't a known property of 'ng-datepicker'.` Is there any other way to update...

Commenting of this line did the trick for me: https://github.com/Leaflet/Leaflet/blob/3337f36d2a2d2b33946779057619b31f674ff5dc/src/layer/Popup.js#L186 More practically, you can extend the Popup like so ```javascript L.Popup2 = L.Popup.extend({ _initLayout: function () { var prefix =...