Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • when I set $scope.counter = 600; progress bar doesn't work. any help as i want to increase my counter beyond 100 Commented Sep 17, 2015 at 12:55
  • You need to define a range. if you're using angular-ui you can set it with a max attribute max=600 for example the regular bootstrap has aria-valuemax="600" Commented Sep 17, 2015 at 12:56
  • i did this in first attempt iteself but it's not working Commented Sep 17, 2015 at 12:59
  • You are missing this in your plunkr: ng-style="{width:counter/600*100+'%'}" Commented Sep 17, 2015 at 13:00
  • thank you so much, i appreciate your help. it's working:) Commented Sep 17, 2015 at 13:02