app.controller('MyCtrl', function($scope, dialogService) { $scope.open = function () { dialogService.open('#modal-to-open'); }; });. Anyhow. I ...
確定! 回上一頁