Change markup because the boolean variable now works correctly

This commit is contained in:
summerscope
2014-12-19 12:53:26 +11:00
parent 515348a8fb
commit ebe2d99299

View File

@@ -1,8 +1,8 @@
.row.animate-show{"ng-show" => "filtersActive"}
.row.animate-show{"ng-hide" => "filtersActive"}
.small-12.columns
= render partial: 'shared/components/filter_controls_shopfront'
.row.filter-box.filter-box-shopfront.animate-hide{"ng-hide" => "filtersActive"}
.row.filter-box.filter-box-shopfront.animate-hide{"ng-show" => "filtersActive"}
.small-12.columns
.row.tdhead
.small-12.medium-6.columns
@@ -10,8 +10,9 @@
.light Filter by
Category
.small-12.medium-6.columns.text-right
= render partial: 'shared/components/filter_controls_shopfront'
= render partial: 'shared/components/filter_box_shopfront'
= render partial: 'shared/components/filter_controls_shopfront'
.row
.small-12.columns
%ul.small-block-grid-2.medium-block-grid-3.large-block-grid-4