Change the filtersActive variable for this page only

This commit is contained in:
summerscope
2014-12-19 12:52:57 +11:00
parent 08d37b955a
commit 515348a8fb

View File

@@ -5,6 +5,7 @@ Darkswarm.controller "ProductsCtrl", ($scope, $rootScope, Products, OrderCycle,
$scope.clearAll = FilterSelectorsService.clearAll
$scope.filterText = FilterSelectorsService.filterText
$scope.FilterSelectorsService = FilterSelectorsService
$scope.filtersActive = true
$scope.limit = 3
$scope.ordering =
order: "primary_taxon.name"