From 6636b698ff9307dd7e182a32fcb8ad6e39e4808b Mon Sep 17 00:00:00 2001 From: HelloWorld Date: Mon, 13 Apr 2020 11:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=90=9C=E7=B4=A2=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E7=94=A8=E6=88=B7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/scripts/controllers/search-controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/scripts/controllers/search-controller.js b/www/scripts/controllers/search-controller.js index b289e16..aa2f0d5 100644 --- a/www/scripts/controllers/search-controller.js +++ b/www/scripts/controllers/search-controller.js @@ -42,6 +42,7 @@ app.controller('searchCtr', ['$scope', '$state', '$stateParams', '$filter', '$wi }); get('tags').then((tags) => $scope.tags = tags) + get('user').then((user) => $scope.user = user) $scope.jumpToUrl = async function (url, id) { if (!$scope.edit) {