Created
May 1, 2019 11:49
-
-
Save choudharymanish8585/727537b624a03eda76e46c40663a24ac to your computer and use it in GitHub Desktop.
This file contains hidden or 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) { | |
const options=[{'Id':1,'Name':'Jaipur'}, | |
{'Id':2,'Name':'Pune'}, | |
{'Id':3,'Name':'Hyderabad'}, | |
{'Id':4,'Name':'Banglore'}, | |
{'Id':5,'Name':'Gurgaon'}, | |
{'Id':6,'Name':'Mumbai'}, | |
{'Id':7,'Name':'Chennai'}, | |
{'Id':8,'Name':'Noida'}, | |
{'Id':9,'Name':'Delhi'},]; | |
component.set("v.options", options); | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment