分类页面书签加载页面不消失问题
This commit is contained in:
parent
d49182c4c1
commit
0b54f08aef
|
|
@ -102,7 +102,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
|
|||
currentPage: currentPage,
|
||||
perPageItems: perPageItems,
|
||||
};
|
||||
$scope.bookmarksByTag = [];
|
||||
$($scope.showMode == 'item' ? '.js-tag-costomTag' : '.js-tags-table').transition('hide');
|
||||
bookmarkService.getBookmarksByTag(params)
|
||||
.then((data) => {
|
||||
$scope.bookmarkData = data;
|
||||
|
|
|
|||
Loading…
Reference in New Issue