Skip to content

Instantly share code, notes, and snippets.

@joshbirk
Created February 9, 2015 22:51
Show Gist options
  • Save joshbirk/270d0745b7e0a59d7974 to your computer and use it in GitHub Desktop.
Save joshbirk/270d0745b7e0a59d7974 to your computer and use it in GitHub Desktop.
<aura:component>
<ui:inputPhone aura:id="phone" label="phone" />
<ui:button label="Show Phone" />
</aura:component>
<aura:component>
<aura:attribute name="number" type="String" default="No Phone Number"/>
<ui:outputText aura:id="phone" value="{!v.number}"/>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment