阅读背景:

如何在bootstrap模式中使用工厂[AngularJS]

来源:互联网 

Here is my modal:

这是我的模态:

function openModal(project) 
    {
        $modal.open({
            templateUrl: 'view/addTaskTemplate.html',
            controller: 'ModalAddTaskController as modal',
            resolve: {
                detail: function () {
                    return project;
                }
            }
        });
    }
function openModa



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: