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

allowed md value for size attribute #39 #51

Closed sampsasaarela closed 10 years ago

sampsasaarela commented 10 years ago

If you just allow md value for size you can use md sized dialogs because Angular-UI Bootstrap Modal just skip size attribute if it is not lg or sm.

m-e-conroy commented 10 years ago

I had tried inserting 'md' into the Plunker for modal that's on the Angular-UI Bootstrap site and it was still coming out large, hence my thought that it wasn't being supported.