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