| | |
| | | }); |
| | | |
| | | // 상단 검색시 |
| | | if ($rootScope.previousGetParams != null && $rootScope.previousGetParams.keyWord != null && $rootScope.previousGetParams.keyWord !== "") { |
| | | $scope.$on("searchIssueList", function (event, args) { |
| | | $scope.vm.pageTitle = $filter("translate")("issue.searchIssue"); |
| | | } |
| | | /*$scope.$on("searchIssueList", function (event, args) { |
| | | }); |
| | | |
| | | $scope.$on("getPageListKeyWord", function (event, args) { |
| | | $scope.vm.pageTitle = $filter("translate")("issue.searchIssue"); |
| | | });*/ |
| | | }); |
| | | |
| | | function start() { |
| | | if ($rootScope.issueTypeMenu != null) { |