From 3f4f5143ff889dfc1155aea371d71ef30c55f088 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 5 Dec 2013 16:30:39 +1100 Subject: [PATCH] Refactoring the order cycle partials --- app/views/shop/index.html.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/shop/index.html.haml b/app/views/shop/index.html.haml index 5c1c49f621..084d435779 100644 --- a/app/views/shop/index.html.haml +++ b/app/views/shop/index.html.haml @@ -1,11 +1,12 @@ = @distributor.name -Ready for: -= select_tag :order_cycle_id, options_for_select(order_cycles_name_and_pickup_times(@order_cycles), current_order_cycle.andand.id), :prompt => "Select an Order Cycle!" += render partial: "shop/order_cycles" %description = @distributor.long_description.andand.html_safe +%div{"ng-app" => "Shop", "ng-controller" => "ProductsCtrl"} + {{ products | json }} = render partial: "enterprises/contact_us" = render partial: "enterprises/about_us"