src/main/webapp/scripts/app/common/common.controller.js | ●●●●● 패치 | 보기 | raw | blame | 히스토리 |
src/main/webapp/scripts/app/common/common.controller.js
@@ -36,7 +36,12 @@ } }; // session check after route $rootScope.$on("$stateChangeStart", function (event, toState, toStateParams) { if (!$rootScope.isMainSearch) { $scope.vm.searchAll.keyWord = ""; } }); // 시스템에서 특정 이슈로 바로 이동할 수 있도록 해준다. $scope.$on("makeIssueSearch", function (event, args) { @@ -108,8 +113,6 @@ if ($rootScope.user.lastIssueTypeId !== issueTypeId) { $scope.fn.setLastIssueType(issueTypeId); } } function moveMenu(stateName) {