ngOfficeUIFabric / ng-officeuifabric

Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Angular
http://ngOfficeUiFabric.com
MIT License
321 stars 67 forks source link

fix: Issue #330 uif-breadcrumb with ng-repeat #343

Closed andikrueger closed 8 years ago

andikrueger commented 8 years ago

uif-breadcrumb used a custom transclude function. Ng-repeat didn't work with this setting.

This PR changes the transclude function and the uif-breadcrumb-link directive to support ng-repeat.

Closes #330.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.01%) to 97.636% when pulling 03d4f5cf4f4dd341ed107c143c501aa98b2dfb50 on andikrueger:issue-#330-breadcrumb-ng-repeat into 10b5a074e38d46294b3f4a2170a09060db48e471 on ngOfficeUIFabric:dev.