插入书签不显示加载动画

This commit is contained in:
luchenqun 2017-06-27 16:46:30 +08:00
parent 2047eb8433
commit 4fb3bb313e
1 changed files with 3 additions and 1 deletions

View File

@ -81,7 +81,9 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
$scope.bookmarkClicked = true;
$scope.currentTagId = tagId;
$scope.currentPage = currentPage;
if (!forbidTransition) {
$scope.loadBookmarks = true;
}
$scope.costomTag.bookmarkClicked = false;
perPageItems = ($scope.showMode == 'item') ? 50 : 20;