调整一下动画
This commit is contained in:
parent
a1b354ad2d
commit
cc056ef719
|
|
@ -43,7 +43,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
|
||||||
currentPage: currentPage,
|
currentPage: currentPage,
|
||||||
perPageItems: perPageItems,
|
perPageItems: perPageItems,
|
||||||
};
|
};
|
||||||
|
$('.js-tags-table').transition('hide');
|
||||||
bookmarkService.getBookmarksByTag(params)
|
bookmarkService.getBookmarksByTag(params)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
$scope.bookmarks = data.bookmarks;
|
$scope.bookmarks = data.bookmarks;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue