Skip to content

Instantly share code, notes, and snippets.

@keirbowden
Created January 31, 2016 06:59
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 keirbowden/3f1fa38bb53b092523f1 to your computer and use it in GitHub Desktop.
Save keirbowden/3f1fa38bb53b092523f1 to your computer and use it in GitHub Desktop.
Lightning Component JavaScript Controller for the User Freezer Blog Post
({
doInit : function(component, event, helper) {
helper.doInit(component, event);
},
frozenChanged: function(component, event, helper) {
helper.updateCheckbox(component, event);
},
applyChanges : function(component, event, helper) {
helper.applyChanges(component, helper);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment