Created
February 9, 2015 22:51
-
-
Save joshbirk/270d0745b7e0a59d7974 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aura:component> | |
<ui:inputPhone aura:id="phone" label="phone" /> | |
<ui:button label="Show Phone" /> | |
</aura:component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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