-
10 Jul 2012 1:12 AM #1
Include external controllers in app.js
Include external controllers in app.js
Hi,
I was trying to build
http://www.sencha.com/forum/showthread.php?228763-Simple-shopping-cart-for-Sencha-Touch-2
in SA2. But at one place I need to include
in my app.js. Is there any option to achieve this? In the project inspector on the application tab there is no option for this. The config only allows to add models, stores and views.Code:controllers: [ 'Cs.component.cart.controller.Indicator', 'Cs.component.cart.controller.Panel' ],
-
16 Jul 2012 2:29 AM #2
-
16 Jul 2012 7:50 AM #3
In the next release, controllers are a configuration of application that can be manipulated and added to.
Aaron Conran
@aconran
Sencha Architect Development Team
-
17 Jul 2012 12:14 AM #4
-
17 Jul 2012 10:31 AM #5
We don't have a public roadmap but I can tell you we are wrapping up the final development sprint and then will put it through a rigorous QA/Test cycle.
Aaron Conran
@aconran
Sencha Architect Development Team
-
18 Jul 2012 12:03 AM #6
thanks for the quick reply. Looking forward to the next release.


Reply With Quote