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

How to change menus opening direction.. ? #79

Closed manushvenkatesh closed 7 years ago

manushvenkatesh commented 7 years ago

For now, "mfb-menu position" attribute changes only the position of the floating button, with the menus opening along the directions "top to bottom" or "bottom to top".. How to make these menu open along the directions "right to left" or "left to right".. ?

nobitagit commented 7 years ago

Hi,

This is not a functionality that is provided out the box, so you will have to edit the scss, add a custom class and make it work in that direction.

You can use this file as an example, and see how it is imported here.