mobilehero-archive / adamantium

:end: No longer Maintained -- Use {nativeloop} now: https://github.com/nativeloop
Other
8 stars 0 forks source link

Allow baseController as attribute of Alloy xml tag #2

Closed brentonhouse closed 8 years ago

brentonhouse commented 8 years ago

As a developer, I want to add an attribute of "baseController" to the root Alloy xml tag in an Alloy Controller, So that I can define the baseController of a new controller without having to create a .js file.

<Alloy baseController="myBaseController">
    <Label text="baseControllerTest" />
</Alloy>

Associated JIRA Ticket: https://jira.appcelerator.org/browse/ALOY-1360 Associated PR: https://github.com/appcelerator/alloy/pull/761