Hi There,
I have two drop down list in hbs template. I have to show the 2nd drop down options based on selection of 1st drop down. For ex: my 1st drop down is state and 2nd is city, On selection of state , city dropdown options should list based on…
Hi all, I would like to get parameters in config_override.php pass into .hbs via js controller I try with this code below but doesn't work. var custom = app.lang.getAppListStrings('custom_value');
this.testData = custom;
then return: [object Object]…