關閉 modal 造成 console 出現 error : Possibly unhandled rejection: undefined
var modalInstance = $uibModal.open({
...
modalInstance.result.then(function () {}, function () { }); <= 增加此列就不會出現error
...
modalInstance.result.then(function () {}, function () { }); <= 增加此列就不會出現error
留言