This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdFabSpeedDial: add support for data- and x-prefixes when using ng-repeat #3632
Milestone
Comments
Indeed, thanks for catching this. |
topherfangio
added
needs: work
in progress
Mainly for in progress PRs, but may be used for issues that require multiple PRs
labels
Jul 12, 2015
topherfangio
added a commit
that referenced
this issue
Jul 12, 2015
* support data-ng-repeat and x-ng-repeat closes #3632
ThomasBurleson
added
needs: review
This PR is waiting on review from the team
and removed
needs: review
This PR is waiting on review from the team
labels
Jul 31, 2015
Still working on this, should have code merged this week. |
kennethcachia
pushed a commit
to kennethcachia/material
that referenced
this issue
Sep 23, 2015
* support data-ng-repeat and x-ng-repeat * change height from `initial` to `auto` to fix issue in Chrome * rename helper function in tests * fix fabActions and fabToolbar comments closes angular#3632, closes angular#3370, closes angular#3796. closes angular#4006.
ThomasBurleson
removed
the
in progress
Mainly for in progress PRs, but may be used for issues that require multiple PRs
label
Jan 19, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On the current master (e6c757c) the
md-fab-speed-dial
is missing support for thedata-
andx-
prefixes forng-repeat
. The directive does work, however the animations are incorrect: the animation for a 'down'-speed-dial goes both down and up (i.e. it is shown above the fab-trigger).Demo (regular demo with
data-
added): http://codepen.io/anon/pen/xGWabeI think the issue comes from the following part of the code:
The text was updated successfully, but these errors were encountered: