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