akserg / angular.dart.ui

Port of Angular-UI to Dart.
angulardartui.com
Other
101 stars 37 forks source link

Accordion: expression is mapped in panel-body, but not in panel-heading #155

Open stevenbirr opened 9 years ago

stevenbirr commented 9 years ago

Hello,

I found a bug in the accordion component. I've updated my accordion example: https://github.com/stevenbirr/angular-ui.dart.accordion-example

As you can see, the model variable valueInPanelBody is correctly mapped into the panel body. Unfortunately, the variable valueInPanelHeading is not correctly mapped into the panel heading, see the image.

accordion-heading

Maybe, this is related to https://github.com/akserg/angular.dart.ui/issues/153