Looking to incorporate the ui-bootstrap progressbar into my template in two different colors, background included.
My initial idea was to stack two progress bars on top of each other, but it ended up looking too obvious and messy, especially in the corners.
<uib-progress class="progress-md">
uib-bar value="level" type="skill"></uib-bar>
<uib-bar value="100-level" type="skill-bg"></uib-bar>
</uib-progress>
https://i.stack.imgur.com/vETIB.jpg
Not wanting to touch ui-bootstrap's code directly, I'm curious if there is a more elegant solution for achieving this effect.