Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created November 9, 2018 12:01
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/ef8d2ee523e7185d9888882b8bf47e85 to your computer and use it in GitHub Desktop.
Save simpluslabs/ef8d2ee523e7185d9888882b8bf47e85 to your computer and use it in GitHub Desktop.
({
doInit : function(component, event, helper) {
//javascript to initialize the component
var color = component.get("v.Color");
var Price = component.get("v.Price");
console.log('color is ',color);
console.log('Price is ',Price);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment