From 7a0c291fc1de82168bab70d18ea3cb0a0946def3 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Thu, 6 Nov 2014 14:42:07 +1100 Subject: [PATCH] Checkout: Use validated_select for country --- app/views/checkout/_billing.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/checkout/_billing.html.haml b/app/views/checkout/_billing.html.haml index 07faa3d442..14821d0f37 100644 --- a/app/views/checkout/_billing.html.haml +++ b/app/views/checkout/_billing.html.haml @@ -45,8 +45,7 @@ = validated_input "Postcode", "order.bill_address.zipcode" .small-6.columns.right - = ba.select :country_id, checkout_country_options, - "ng-model" => "order.bill_address.country_id", required: true + = validated_select "Country", "order.bill_address.country_id", checkout_country_options .row .small-12.columns.text-right