在div中打开一个模态对话框

时间:2015-02-11 05:14:55

标签: twitter-bootstrap-3 modal-dialog angular-ui angular-ui-bootstrap

AngularUI似乎在打开模态时瞄准身体。如何在div中打开它?

以下是我打开模态的方法:

$scope.createEntityModal = function () {

    var modalInstance = $modal.open({
        templateUrl: 'partials/tsp-add_entity.jade',
        controller: 'TspAddEntityCtrl',
        size: 'lg'
    });

};

0 个答案:

没有答案