m-e-conroy / angular-dialog-service

A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap
MIT License
618 stars 228 forks source link

How to add class to modal-dialog? #185

Closed wizardnet972 closed 6 years ago

wizardnet972 commented 7 years ago

Hi simple question: how to add classes to modal dialog div?

<div class="**myclass** modal-dialog">
        <div class="modal-content">
          <div class="modal-header">
                ...
         </div>
      </div>
</div>