Dont hide history entries while loading.

This commit is contained in:
Paulo Reis 2018-08-09 12:00:53 +01:00
parent 69e8eddff0
commit d6ab993519

View file

@ -119,7 +119,6 @@ script(type="text/ng-template", id="historyEntriesListTpl")
users="$ctrl.users"
on-select="$ctrl.onEntrySelect({ selectedEntry: selectedEntry })"
on-label-delete="$ctrl.onLabelDelete({ label: label })"
ng-show="!$ctrl.isLoading"
)
.loading(ng-show="$ctrl.isLoading")
i.fa.fa-spin.fa-refresh