You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I'd like to implement a dynamic tab-set which can add/delete tab on demand. And I want each tab has a customized color. I tried to use ng-style however it's a bit different as I imagined. The style is applied to the <li> element, not the contained <a> element. So it looks a bit strange.
Link to minimally-working plunker that reproduces the issue:
Unfortunately there are some problems for the code to run in plunker so no working example can be provided at the moment.