Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 485 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 485 Bytes

DialogTest

A Test of how to instantiate a separate controller for a dialog

Posed as an example for a question on StackOverflow

I am looking to to instantiate Dialog.js as the controller for the Dialog.fragment.xml from initial.view.controller so that the logic for the dialog is in a separate controller.

Now solved with a pull request from @qmacro

Cheers.