Set up producer filters on group producers page

This commit is contained in:
Rohan Mitchell
2016-07-07 10:40:31 +10:00
parent b13360d2d0
commit d9d3a4a645
3 changed files with 43 additions and 2 deletions

View File

@@ -8,3 +8,6 @@ Darkswarm.controller "GroupEnterprisesCtrl", ($scope, Search, FilterSelectorsSer
$scope.$watch "query", (query)->
Search.search query
$scope.$watch "filtersActive", (value) ->
$scope.$broadcast 'filtersToggled'