Which is the best way to display ember dialog box

I was trying to create a dialog box using bootstrap, so my logic is to create a reusable view for dialog and use it every where. my question is whether dialog boxes should be rendered in separate outlet in parent page or is there any other way to embed it without using outlet.

http://emberjs.com/guides/cookbook/user_interface_and_interaction/using_modal_dialogs/