You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the ui-popup component locally on my machine, the title and content correctly display. However, I send everything into production, the content and title text are the value of the title parameter. I have also observed this behavior on your documentation example. Screenshot below.
Currently use Ember 2.7.0 and the documentation site I see is on 2.8.1. Let me know if any further details are required. {{#ui-popup content="description" title="header"}} <i class="fa fa-check-circle"></i> {{/ui-popup}}
The text was updated successfully, but these errors were encountered:
When using the ui-popup component locally on my machine, the title and content correctly display. However, I send everything into production, the content and title text are the value of the title parameter. I have also observed this behavior on your documentation example. Screenshot below.
Currently use Ember 2.7.0 and the documentation site I see is on 2.8.1. Let me know if any further details are required.
{{#ui-popup content="description" title="header"}} <i class="fa fa-check-circle"></i> {{/ui-popup}}
The text was updated successfully, but these errors were encountered: