我在$ modal中使用完全相同的代码,但后台会出现一个额外的窗口。
这是代码和屏幕截图。
$scope.displaySaveMessage = function(size) {
var modalInstance = $modal.open({
templateUrl : 'contactsSave.html',
controller : ModalInstanceCtrl,
size:size,
scope:$scope,
resolve: {
save_message: function () {
return $scope.save_message;
}
}
});
};
我无法上传截图... 我无法直接上传图片,但它位于http://i.stack.imgur.com/QoN91.png