Created
November 9, 2018 12:01
-
-
Save simpluslabs/ef8d2ee523e7185d9888882b8bf47e85 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
({ | |
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