Created
January 31, 2016 06:59
-
-
Save keirbowden/3f1fa38bb53b092523f1 to your computer and use it in GitHub Desktop.
Lightning Component JavaScript Controller for the User Freezer Blog Post
This file contains hidden or 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) { | |
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