Skip to content

Instantly share code, notes, and snippets.

@choudharymanish8585
Last active February 17, 2019 22:32
Show Gist options
  • Save choudharymanish8585/e040307e1c1f8df890a15b974ab56914 to your computer and use it in GitHub Desktop.
Save choudharymanish8585/e040307e1c1f8df890a15b974ab56914 to your computer and use it in GitHub Desktop.
({
getCarType : function(component, helper) {
var action = component.get("c.getCarTypes");
action.setCallback(this, function(data) {
component.set("v.carTypes", data.getReturnValue());
});
$A.enqueueAction(action);
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment