插入书签不显示加载动画
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.bookmarkClicked = true;
|
||||||
$scope.currentTagId = tagId;
|
$scope.currentTagId = tagId;
|
||||||
$scope.currentPage = currentPage;
|
$scope.currentPage = currentPage;
|
||||||
|
if (!forbidTransition) {
|
||||||
$scope.loadBookmarks = true;
|
$scope.loadBookmarks = true;
|
||||||
|
}
|
||||||
$scope.costomTag.bookmarkClicked = false;
|
$scope.costomTag.bookmarkClicked = false;
|
||||||
|
|
||||||
perPageItems = ($scope.showMode == 'item') ? 50 : 20;
|
perPageItems = ($scope.showMode == 'item') ? 50 : 20;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue