Skip to content

Instantly share code, notes, and snippets.

@olopsman
Created October 2, 2019 09:44
Show Gist options
  • Save olopsman/435689c79dd9c12fcd7274a18ab3af4b to your computer and use it in GitHub Desktop.
Save olopsman/435689c79dd9c12fcd7274a18ab3af4b to your computer and use it in GitHub Desktop.
Lightning Component controller
({
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