We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever I try to dynamically assign an id to a panel it gets registered with the literal string instead of the dynamic one. Example:
<md-expansion-panel ng-repeat="section in indexCtrl.menu" md-component-id="{{'panel_' + $index}}"> </md-expansion-panel>
Will give all the panels the literal string "panel_$index" as id making it in inaccessible through the $mdExpansionPanel service.
The text was updated successfully, but these errors were encountered:
I will look into this over the weekend
Sorry, something went wrong.
Merge pull request #17 from B-3PO/Features/Issues/#14
1c724b0
updated component id handling so it observe the attribute so you can …
fixed in new version
B-3PO
No branches or pull requests
Whenever I try to dynamically assign an id to a panel it gets registered with the literal string instead of the dynamic one. Example:
Will give all the panels the literal string "panel_$index" as id making it in inaccessible through the $mdExpansionPanel service.
The text was updated successfully, but these errors were encountered: