Guest User

Untitled

a guest
Jun 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <aura:attribute name="options" type="List" default="[{'label': 'Phone', 'value': 'option1'},
  2. {'label': 'Email', 'value': 'option2'},]"/>
  3.  
  4. <aura:attribute name="options" type="List" default="[{'label': '{!$Label.c.Phone}', 'value': 'option1'},
  5. {'label': '{!$Label.c.Email', 'value': 'option2'},]"/>
Add Comment
Please, Sign In to add comment