File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
docs/app/templates/getting-started Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 158
158
<td ><code >true</code > / <code >false</code ></td >
159
159
<td ><code >true</code ></td >
160
160
<td >
161
- Will automatically insert a div into your index.html, where Bootstrap's modals and tooltips will be rendered to.
162
- If you set this to false, you will have to add an
163
- <code >< div id=" ember-bootstrap-wormhole">< /div> </code > element by yourself.
161
+ <p >
162
+ Will automatically insert a div into your index.html, where Bootstrap's modals and tooltips will be rendered to.
163
+ If you set this to false, you will have to add an
164
+ <code >< div id=" ember-bootstrap-wormhole">< /div> </code > element by yourself, e.g. into your
165
+ <code >application.hbs</code >.
166
+ </p >
167
+ <p >
168
+ This is especially required if you render your Ember app into a custom application root element, e.g. on an
169
+ server rendered page, where the default div is not available.
170
+ </p >
164
171
</td >
165
172
</tr >
166
173
<tr >
You can’t perform that action at this time.
0 commit comments