mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(select): pass the right custom options
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
subTitle: 'Select your toppings',
|
||||
message: '$1.50 charge for every topping'
|
||||
};
|
||||
customPopoverSelect.interfaceOptions = customAlertOptions;
|
||||
customPopoverSelect.interfaceOptions = customPopoverOptions;
|
||||
|
||||
var customActionSheetSelect = document.getElementById('customActionSheetSelect');
|
||||
var customActionSheetOptions = {
|
||||
@@ -274,7 +274,7 @@
|
||||
subTitle: 'Select your toppings',
|
||||
message: '$1.50 charge for every topping'
|
||||
};
|
||||
customActionSheetSelect.interfaceOptions = customAlertOptions;
|
||||
customActionSheetSelect.interfaceOptions = customActionSheetOptions;
|
||||
|
||||
function toggleBoolean(id, prop) {
|
||||
var el = document.getElementById(id);
|
||||
|
||||
Reference in New Issue
Block a user