Make a progress bar striped by adding the .progress-bar-striped class to the .progress-bar.
Add .active to .progress-bar-striped to animate
the stripes right to left. Not available in IE9 and below.
To use progress bars, you need to include ui-bootstrap.js script:
<script src="path/to/js/ui-bootstrap.js"></script>