Minor fixes on backlog filters.
parent
65347a7d97
commit
c0fb543dc6
|
@ -67,10 +67,10 @@ BacklogFiltersDirective = ($log, $location) ->
|
|||
<% }) %>
|
||||
""")
|
||||
|
||||
selectedFilters = []
|
||||
|
||||
link = ($scope, $el, $attrs) ->
|
||||
$ctrl = $el.closest(".wrapper").controller()
|
||||
selectedFilters = []
|
||||
|
||||
showFilters = (title) ->
|
||||
$el.find(".filters-cats").hide()
|
||||
|
|
Loading…
Reference in New Issue