yalabot / angular-foundation

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

backdropClass for $modal #239

Closed FaheemAlam closed 9 years ago

FaheemAlam commented 9 years ago

it's pretty awesome that almost all the functionalities for foundation reveal are provided by $modal. But I ran into a situation where I need to change the css of backdrop. I figure it out that angular ui bootstrap does support custom class for backdrop.

FaheemAlam commented 9 years ago

is there any alternative way to do it ?

jbrowning commented 9 years ago

Hello. Currently there's no way to add a custom class to the modal backdrop. To do this, you'll either need to customize the JS that powers the modal backdrop or use your own templates.