Closed Rus7am closed 7 years ago
Text inside <uif-button /> tag displayed when uif-type attribute set to command
<uif-button />
Text inside <uif-button /> tag is removed if uif-type attribute is set to command (see the pen).
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.
Oh, apologies, my mistake.
Expected Behavior
Text inside
<uif-button />
tag displayed when uif-type attribute set to commandActual Behavior
Text inside
<uif-button />
tag is removed if uif-type attribute is set to command (see the pen).