2013-11-27 1 views

답변

0

'windowClass'매개 변수를 사용할 수 있습니다.

예 :

var modalInstance = $modal.open({ 
      animation: true, 
      templateUrl: 'modal-template.html', 
      size: 'lg', 
      windowClass: 'right', 
      resolve: {} 
     }); 
관련 문제