Application#waitForDOMReady()

waitForDOMReadyprivate

Defined in packages/ember-application/lib/system/application.js:424

Automatically kick-off the boot process for the application once the DOM has become ready.

The initialization itself is scheduled on the actions queue which ensures that code-loading finishes before booting.

If you are asynchronously loading code, you should call deferReadiness() to defer booting, and then call advanceReadiness() once all of your code has finished loading.

doc_EmberJs
2016-11-30 16:48:28
Comments
Leave a Comment

Please login to continue.