Created
October 2, 2019 09:44
-
-
Save olopsman/435689c79dd9c12fcd7274a18ab3af4b to your computer and use it in GitHub Desktop.
Lightning Component controller
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
({ | |
init: function (cmp, event, helper) { | |
helper.fetchData(cmp); | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment