From cc056ef719c0afc5f1501943d7e4edc6ffed70db Mon Sep 17 00:00:00 2001 From: luchenqun Date: Thu, 2 Mar 2017 11:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=80=E4=B8=8B=E5=8A=A8?= =?UTF-8?q?=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/scripts/controllers/tags-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/controllers/tags-controller.js b/public/scripts/controllers/tags-controller.js index 72ba24d..1d57fa4 100644 --- a/public/scripts/controllers/tags-controller.js +++ b/public/scripts/controllers/tags-controller.js @@ -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;