Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Last active November 23, 2018 07:32
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 simpluslabs/67eae0287e0a387c5ad86dee4b36964e to your computer and use it in GitHub Desktop.
Save simpluslabs/67eae0287e0a387c5ad86dee4b36964e to your computer and use it in GitHub Desktop.
({
createContact : function(component, event, helper) {
console.log('inside create contact');
$A.get('e.force:refreshView').fire();
console.log('event fired');
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment