src/main/webapp/scripts/app/issue/issueList.controller.js
@@ -104,6 +104,13 @@ angular.extend(this, $controller('autoCompleteController', {$scope : $scope, $injector : $injector})); // 이슈목록 새로고침 목록 갱신 $scope.$on("findIssueListOK", function (event, args) { if (args != null) { $scope.fn.startExecute(); } }); // 이슈 목록 데이터 갱신 $scope.$on("getIssueList", function () { $scope.fn.getPageList($scope.vm.page.selectedPage - 1); @@ -1278,6 +1285,12 @@ }); } // this.router.navigate(['path/to']) // .then(() => { // window.location.reload(); // }); $scope.fn.startExecute(); }