Guest User

Untitled

a guest
Oct 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <aura:if isTrue={!v.selectedVal == 'Phone'}>
  2. .. do something ..
  3. </aura:if>
  4. <aura:if isTrue={!v.selectedVal == 'Email'}>
  5. .. do something ..
  6. </aura:if>
  7. <aura:if isTrue={!v.selectedVal == 'None'}>
  8. .. do something ..
  9. </aura:if>
Add Comment
Please, Sign In to add comment