This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Whenever I start a new story there comes the excessive boilerplating that tags along, a series of mini steps | |
//to get you going, one such step is registering your ExtJs controller on App.js, it looks like this: | |
Ext.application | |
name: 'Fidget' | |
autoCreateViewport: true | |
controllers: [ | |
'YourController', | |
'HundredsOfOtherControllers' | |
] |