完成排序bug
This commit is contained in:
parent
040bc47219
commit
f667b0f290
|
|
@ -363,6 +363,7 @@ app.controller('noteCtr', ['$scope', '$state', '$stateParams', '$filter', '$wind
|
|||
|
||||
$timeout(() => {
|
||||
$scope.loading = false;
|
||||
tags.sort((a, b) => a.sort - b.sort);
|
||||
$scope.tags = tags;
|
||||
getNotes();
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue