Removed some ;
parent
44d15d302b
commit
5fbe46cc1c
|
@ -71,7 +71,7 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
|
||||||
# theme: 'minimal-dark'
|
# theme: 'minimal-dark'
|
||||||
# scrollInertia: 0
|
# scrollInertia: 0
|
||||||
# axis: 'y'
|
# axis: 'y'
|
||||||
# });
|
# })
|
||||||
|
|
||||||
# On Error
|
# On Error
|
||||||
promise.then null, (xhr) =>
|
promise.then null, (xhr) =>
|
||||||
|
@ -520,7 +520,7 @@ BacklogDirective = ($repo, $rootscope) ->
|
||||||
|
|
||||||
$ctrl.toggleShowTags()
|
$ctrl.toggleShowTags()
|
||||||
|
|
||||||
showHideTags($ctrl);
|
showHideTags($ctrl)
|
||||||
|
|
||||||
showHideTags = ($ctrl) ->
|
showHideTags = ($ctrl) ->
|
||||||
elm = angular.element("#show-tags")
|
elm = angular.element("#show-tags")
|
||||||
|
|
Loading…
Reference in New Issue