Open pragmaticivan opened 3 years ago
Something controller: MyCustomController in the options should do.
controller: MyCustomController
The expected behavior is:
withDefaultController
controller
MyCustomController
Something
controller: MyCustomController
in the options should do.The expected behavior is:
withDefaultController
= true +controller
=MyCustomController
Then MyCustomController should be load over defaultController.withDefaultController
= false +controller
=MyCustomController
Then MyCustomController should be load over defaultController.withDefaultController
= false +controller
= null Then no controller should be loaded.