From f95d1ad101f6690a9efa68a3088d930cd78cf130 Mon Sep 17 00:00:00 2001 From: luchenqun Date: Thu, 2 Mar 2017 11:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=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/search-controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/scripts/controllers/search-controller.js b/public/scripts/controllers/search-controller.js index 849ed09..e1740fb 100644 --- a/public/scripts/controllers/search-controller.js +++ b/public/scripts/controllers/search-controller.js @@ -193,6 +193,7 @@ app.controller('searchCtr', ['$scope', '$state', '$stateParams', '$filter', '$wi function searchBookmarks(params) { $scope.loading = true; + $('.js-table-search').transition('hide'); bookmarkService.searchBookmarks(params) .then((data) => { $scope.bookmarks = data.bookmarks;