Update add-project.directive.js

Close pop input bar when create project success.
This commit is contained in:
yhua123 2016-06-29 15:30:13 +08:00 committed by GitHub
parent a0e11f7a96
commit b86a839f66

View File

@ -36,6 +36,7 @@
$scope.$emit('addedSuccess', true);
vm.hasError = false;
vm.errorMessage = '';
vm.isOpen = false;
}
function addProjectFailed(data, status) {
@ -91,4 +92,4 @@
}
}
})();
})();