Bootstrap 3 modal works fine: https://jsfiddle.net/qLy7gk3f/4/
But Bootstrap 4 modal doesn't: https://jsfiddle.net/qLy7gk3f/3/
The code is identical:
$scope.click = function() { $uibModal.open({ templateUrl: "modal.html", controller: "modal", scope: $scope }); } How can I get AngularUI modals to work with Bootstrap 4?