Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created November 13, 2018 05:31
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/3a2a2e2a3215eb4d7d4fc7b91325c8d1 to your computer and use it in GitHub Desktop.
Save simpluslabs/3a2a2e2a3215eb4d7d4fc7b91325c8d1 to your computer and use it in GitHub Desktop.
({
doInit : function(component, event, helper) {
console.log('----init SubChild2---');
},
handleChange : function(component, event, helper)
{
console.log('inside Change of SubChild2');
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment