GustavoCostaW / ngc-float-button

Google Material Design Float Button - Implementation for Angular v4+. Demo: http://bit.ly/2yIya2f
MIT License
58 stars 24 forks source link

(clicked) not working with direction right #15

Open bromike opened 6 years ago

bromike commented 6 years ago

(clicked) doesn't seem to work with direction right

JoeKendall commented 6 years ago

I too have experienced odd behaviour when [direction] is set to 'right'.

GustavoCostaW commented 6 years ago

hey guys, @mikael-brochu or @JoeKendall could you send me a sample simulating this behavior? You can use http://stackblitz.com/

bromike commented 6 years ago

I started from the readme's demo. Notice how the item selected is always the third one with direction right. You can't properly select the first two ones.