src/main/webapp/scripts/app/issue/issueManager.controller.js
@@ -39,6 +39,13 @@ } }); // 이슈목록 새로고침 목록 갱신 $scope.$on("findIssueListOK", function (event, args) { if (args != null) { $scope.vm.pageTitle = args.myIssueType.name; } }); // 상단 검색시 $scope.$on("searchIssueList", function (event, args) { $scope.vm.pageTitle = $filter("translate")("issue.searchIssue");