【发布时间】:2017-09-17 03:59:00
【问题描述】:
我有这个代码:
app.controller('addEmployeeCtrl', function($scope, $uibModalInstance, newEmployee){
$scope.addNewVehicle=function(){
// I want to open a new modal here
};
});
【问题讨论】:
标签: angularjs modal-dialog angular-ui-bootstrap