【发布时间】:2017-03-09 08:41:17
【问题描述】:
Bootstrap 3 模式工作正常: https://jsfiddle.net/qLy7gk3f/4/
但 Bootstrap 4 模态不会: https://jsfiddle.net/qLy7gk3f/3/
代码相同:
$scope.click = function() {
$uibModal.open({
templateUrl: "modal.html",
controller: "modal",
scope: $scope
});
}
如何让 AngularUI 模式与 Bootstrap 4 一起使用?
【问题讨论】:
-
@Ankh 谢谢,我已经看到了。但是该线程上的一些人说这是可能的。
标签: angularjs twitter-bootstrap angular-ui twitter-bootstrap-4