-
Notifications
You must be signed in to change notification settings - Fork 3.4k
FAB speed dial does not support ng-repeat for fab actions #3224
Comments
+1 Having the same issue |
+1 |
That would be a good idea to fix that before 0.10.0 release; or is that too late ? |
A temporarily workaround that is working in my app is wrapping the md-buttons in some divs with class = md-fab-action-tiem , e.g.
I made another codepen : http://codepen.io/hkgrani/pen/yNoGpV |
Thanks for the hint : I just added the md-fab-action-item class to the md-button and the result is OK ! |
Why is this closed? I just updated to the latest master and still having the issue (not using the workaround posted) |
Hi @robertbaker, this issue isn't closed. It still says "Open" at the top left. I closed a duplicate issue (#3275) because this one had more discussion/examples. Where are you seeing it as being closed? |
you can now use ng-repeat for the speed dial's action items also updated docs to have fewer but more complex examples closes #3224
* fixes ability to use ng-hide: the animations were not properly calling the `done()` callback, so the `ng-animate` class was never being removed * you can now use ng-repeat for the speed dial's action items also updated docs to have fewer but more complex examples * the speed dial was not properly initializing it's transforms, so the first time it was opened, it would not animate properly closes #3313, closes #3224, closes #3349
So, is it possible to be repeated, like:
|
Have a look at http://codepen.io/hkgrani/pen/YXQryy
Action buttons generated from ng-repeat are always visible
The text was updated successfully, but these errors were encountered: