Skip to content

Instantly share code, notes, and snippets.

@TheVishnuKumar
Last active January 3, 2019 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheVishnuKumar/d55d1b4b5075a0911d0dab04d8154ee8 to your computer and use it in GitHub Desktop.
Save TheVishnuKumar/d55d1b4b5075a0911d0dab04d8154ee8 to your computer and use it in GitHub Desktop.
<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