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) {