We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb4f03c + 2b920ee commit 9883a2dCopy full SHA for 9883a2d
packages/ember-views/lib/views/view.js
@@ -1478,6 +1478,10 @@ Ember.View = Ember.CoreView.extend(
1478
Appends the view's element to the document body. If the view does
1479
not have an HTML representation yet, `createElement()` will be called
1480
automatically.
1481
+
1482
+ If your application uses the `rootElement` property, you must append
1483
+ the view within that element. Rendering views outside of the `rootElement`
1484
+ is not supported.
1485
1486
Note that this method just schedules the view to be appended; the DOM
1487
element will not be appended to the document body until all bindings have
0 commit comments