插入书签不显示加载动画
This commit is contained in:
parent
2047eb8433
commit
4fb3bb313e
|
|
@ -81,7 +81,9 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
|
|||
$scope.bookmarkClicked = true;
|
||||
$scope.currentTagId = tagId;
|
||||
$scope.currentPage = currentPage;
|
||||
$scope.loadBookmarks = true;
|
||||
if (!forbidTransition) {
|
||||
$scope.loadBookmarks = true;
|
||||
}
|
||||
$scope.costomTag.bookmarkClicked = false;
|
||||
|
||||
perPageItems = ($scope.showMode == 'item') ? 50 : 20;
|
||||
|
|
|
|||
Loading…
Reference in New Issue