分类页面书签加载页面不消失问题

This commit is contained in:
luchenqun 2017-06-24 20:37:40 +08:00
parent d49182c4c1
commit 0b54f08aef
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
currentPage: currentPage, currentPage: currentPage,
perPageItems: perPageItems, perPageItems: perPageItems,
}; };
$scope.bookmarksByTag = []; $($scope.showMode == 'item' ? '.js-tag-costomTag' : '.js-tags-table').transition('hide');
bookmarkService.getBookmarksByTag(params) bookmarkService.getBookmarksByTag(params)
.then((data) => { .then((data) => {
$scope.bookmarkData = data; $scope.bookmarkData = data;