单击模态框内的复选框时如何避免模态框闪烁
<time-checkbox name="show" id="show" class="form-checkbox" >Show</time-checkbox>
我试过ng-cloak,它没有帮助
单击模态框内的复选框时如何避免模态框闪烁
<time-checkbox name="show" id="show" class="form-checkbox" >Show</time-checkbox>
我试过ng-cloak,它没有帮助
有时,Bootstrap 和 AngularJS 组合可能不是最幸运的组合。这是一篇关于这个主题的有趣文章:https ://scotch.io/tutorials/how-to-correctly-use-bootstrapjs-and-angularjs-together
我建议您使用指令将 Bootstrap 添加到您的 AngularJS 项目(这也是上面文章中的人所建议的):https ://angular-ui.github.io/bootstrap/或者,如果您的项目允许它,只需选择更易于使用和优雅的 Angular Material 解决方案。希望这会有所帮助!