Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy rendering of content in block form #40

Open
nag5000 opened this issue Mar 15, 2017 · 1 comment
Open

Lazy rendering of content in block form #40

nag5000 opened this issue Mar 15, 2017 · 1 comment

Comments

@nag5000
Copy link

nag5000 commented Mar 15, 2017

  {{#ember-remodal
    forService=true/false
    lazyRendering=true
    ...
  }}
    <!-- Don't render content in DOM before displaying the modal.  -->
    <img src="http://loremflickr.com/320/240" alt="random image" />
  {{/ember-remodal}}
@nag5000
Copy link
Author

nag5000 commented Mar 16, 2017

Just found wahhaj@a3f11cc: "When using the component in block form, the block content is only rendered if the modal is open as opposed to always being in the DOM."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant