ember-leaflet
ember-leaflet copied to clipboard
Leaflet - Paper - Stepper integration
Description
I'm having a bit of an issue not and can't figure out what is going on when integrating:
- ember-paper
- ember-paper-stepper
- ember-leaflet The leaflet map initialized inside a stepper step does not show up when step is activated. Not sure where the issue is coming from. I'd very much appreciate some help.
Steps to test or reproduce
Clone https://github.com/pirvudoru/ember-paper-stepper-leaflet-issue
run npm install
run ember s
go to localhost:4200
there are 3 maps set up:
- 1 above stepper (this works)
- 1 inside first step of stepper (this does not work)
- 1 inside second step of stepper (this does not work) no exception is thrown