In my app, when the user clicks on a marker, a promise needs to be resolved before the popup content is rendered by Ember.
The problem is that the width seems to be computed only once (at the time the popup opens) and the popup ends-up being not wide enough for the content.
In my app, when the user clicks on a marker, a promise needs to be resolved before the popup content is rendered by Ember.
The problem is that the width seems to be computed only once (at the time the popup opens) and the popup ends-up being not wide enough for the content.
Any idea how to fix this ?