From 0bfa36056ecd8f1ab24cd86ba9a32738b2f3919a Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Wed, 26 Feb 2014 16:15:53 +1100 Subject: [PATCH] removing some dud Angular crud --- app/views/shop/checkout/_form.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/shop/checkout/_form.html.haml b/app/views/shop/checkout/_form.html.haml index 68f4cf0a90..fa1d16867c 100644 --- a/app/views/shop/checkout/_form.html.haml +++ b/app/views/shop/checkout/_form.html.haml @@ -1,6 +1,5 @@ %checkout{"ng-controller" => "CheckoutCtrl"} = f_form_for current_order, url: main_app.shop_update_checkout_path, html: {name: "checkout", id: "checkout_form"} do |f| - {{ checkout.$valid }} .large-12.columns %fieldset#details %legend Customer Details