B-3PO / angular-material-expansion-panel

Material Design Expansion Panels for Angular Material
MIT License
71 stars 25 forks source link

Dynamic component id not correctly registered #14

Closed daanbroekhuizen closed 8 years ago

daanbroekhuizen commented 8 years ago

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.

B-3PO commented 8 years ago

I will look into this over the weekend

B-3PO commented 8 years ago

fixed in new version