<aura:renderIf isTrue="{!v.TrueVariable}"> | |
True | |
<aura:set attribute="else"> | |
False | |
</aura:set> | |
</aura:renderIf> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<aura:renderIf isTrue="{!v.TrueVariable}"> | |
True | |
<aura:set attribute="else"> | |
False | |
</aura:set> | |
</aura:renderIf> |