Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created November 19, 2018 11:06
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/a60a886325a4e5323ef37083e99f86e8 to your computer and use it in GitHub Desktop.
Save simpluslabs/a60a886325a4e5323ef37083e99f86e8 to your computer and use it in GitHub Desktop.
<aura:component >
<!--sourceComp-->
<aura:registerEvent name="bubbleCaptureEvent" type="c:bubbleCaptureEvent" />
<aura:handler name="bubbleCaptureEvent" event="c:bubbleCaptureEvent" action="{!c.handleCapture}" phase="capture"/>
<!--<aura:handler name="bubbleCaptureEvent" event="c:bubbleCaptureEvent" action="{!c.handleBubbling}"/>-->
<aura:handler name="init" value="{! this}" action="{!c.doInit}"/>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment