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

Command button does not display text inside <uif-button /> tag #510

Closed Rus7am closed 6 years ago

Rus7am commented 6 years ago

Expected Behavior

Text inside <uif-button /> tag displayed when uif-type attribute set to command

Actual Behavior

Text inside <uif-button /> tag is removed if uif-type attribute is set to command (see the pen).

andrewconnell commented 6 years ago

You're using an old version of Angular that this library doesn't support. You must use a version 1.6+. When I updated your codepen to use 1.6.4, it worked.

Rus7am commented 6 years ago

Oh, apologies, my mistake.