nobitagit / ng-material-floating-button

Material design floating menu with action buttons implemented as an Angularjs directive.
http://nobitagit.github.io/ng-material-floating-button/
MIT License
464 stars 130 forks source link

Is there backdrop support for fab icon #64

Open Msharan opened 8 years ago

Msharan commented 8 years ago

Currently when i pressed fab icon,it doesn't change the background color and label color.

andrecbr commented 8 years ago

I need it too

etee-metapercept commented 8 years ago

Did anyone find solution for backdrop?

Taewa commented 6 years ago

Just added a custom function. main-action="toggleDim()"

toggleDim does show/hide the backdrop which I made.