Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created November 13, 2018 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simpluslabs/a24743b868118152123ec9fa6e4b70f2 to your computer and use it in GitHub Desktop.
Save simpluslabs/a24743b868118152123ec9fa6e4b70f2 to your computer and use it in GitHub Desktop.
<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