Created
November 13, 2018 05:27
-
-
Save simpluslabs/6059034caa6db8d77f953e868e19eb36 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
({ | |
doInit : function(component, event, helper) { | |
console.log('----init ChildComp2---'); | |
}, | |
handleChange : function(component, event, helper) | |
{ | |
console.log('inside Change of ChildComp2'); | |
}, | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment