Error: Uncaught (in promise): 0

前端之家收集整理的这篇文章主要介绍了Error: Uncaught (in promise): 0前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
 
 

Angular中使用 bootstrap的模态框报错:

Error: Uncaught (in promise): 0

点击阴影层时候的方法得写上。 红色部分

this.modalService.open(this.loadNowModal).result.then((result) => {
            this.loadNowErrorMsg = '';
          },(reason) => { });
原文链接:https://www.f2er.com/angularjs/144839.html

猜你在找的Angularjs相关文章