yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 267 forks source link

Reveal Modal ignores size's class #281

Closed blanchma closed 8 years ago

blanchma commented 8 years ago

When I open a modal with a div like this:

The "full" is being ignored as any other type of size: large, small, etc

jbrowning commented 8 years ago

$modal.open has a windowClass option where you can specify a string of classes to add to the modal container. How have you been trying to specify the class?