jameskleeh / angular-confirm

Confirmation modal dialog for AngularJS
Apache License 2.0
150 stars 75 forks source link

How to specify size of modal #7

Closed jomonkj closed 9 years ago

jomonkj commented 9 years ago

can't find directive attribute to specify size of modal (eg : confirm-size="samll")

jameskleeh commented 9 years ago

Currently you have 2 options.

  1. Change it in the default settings $confirmModalDefaults.
  2. Use the $confirm service instead of the directive.

I'll look into adding the settings into the directive

jomonkj commented 9 years ago

thanks

jameskleeh commented 9 years ago

This is done, see the demo for an example