Kerry McCullough
Kerry McCullough
Other angular-bootstrap components include an 'append-to-body' property, which allows displaying a tooltip, for example, outside of the overflow hidden area, by appending the tooltip to the 'body' element, rather than...
Running on [email protected], [email protected], and [email protected] and seeing a similar issue to https://github.com/miguelcobain/ember-leaflet/issues/195 when leaving the route. ``` base-layer.js:284 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'removeEventListener')...
`onCreate` hook gives access to popper's `dataObject`. This could be used for example to access the popper element `id` to add a dataset attribute to the popper reference element, such...
The parser should be unshifted onto the modelCtrl.$parsers array, rather than pushed. Your directive relies on the actual $viewValue, but because the $parsers are run in array order (0, 1,...
I have an `if` block in my template to choose between `layers.marker` or `layers.geojson` depending on my data, so I was updating my `@bounds={{this.bounds}}` with `this.bounds = layer.getBounds()` inside `@onLayeradd`....
Add ember-auto-import
Update ember-element-helper to latest.