[ALOY-163] "controller" attribute for <Alloy> element
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-08-08T08:17:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-08-07T18:12:28.000+0000 |
Updated | 2018-03-07T22:25:41.000+0000 |
Description
The "controller" attribute in the tag would indicate that the view markup should not be processed as a runtime controller. The primary reason for this would be if the view was just the target of an element.
element, then "true" is the default and the view is processed as usual.
<Alloy controller="false">
<!-- the rest of your markup to be included -->
</Alloy>
If "controller" is not defined in the
No comments