Created
November 13, 2018 05:29
-
-
Save simpluslabs/a24743b868118152123ec9fa6e4b70f2 to your computer and use it in GitHub Desktop.
This file contains 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:handler name="init" value="{! this}" action="{! c.doInit}" /> | |
<aura:attribute name="noOfTimesClicked" type="Integer" /> | |
<aura:handler name="change" value="{! v.noOfTimesClicked}" action="{! c.handleChange}" /> | |
<lightning:button variant="base" label="UpdateClick" title="UpdateClick" onclick="{! c.handleClick }"/> | |
<!--SubChild1--> | |
</aura:component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment