Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created December 8, 2019 09:35
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 arun12209/28f773d04fc8d11db095275994557fc2 to your computer and use it in GitHub Desktop.
Save arun12209/28f773d04fc8d11db095275994557fc2 to your computer and use it in GitHub Desktop.
StatefulButtonCmpController
({
handleClick : function (cmp, event, helper) {
var buttonstate = cmp.get('v.buttonstate');
cmp.set('v.buttonstate', !buttonstate);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment