分类页面书签加载页面不消失问题
This commit is contained in:
parent
d49182c4c1
commit
0b54f08aef
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue