Last active
November 23, 2018 07:32
-
-
Save simpluslabs/67eae0287e0a387c5ad86dee4b36964e to your computer and use it in GitHub Desktop.
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
({ | |
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