Thanks for the cooleness mention, always makes me smile! I thought the same thing and started thinking about a port. Then I discovered that is was simpler to just skip the jQuery part and use Javascript only instead.
1, you can use whatever color you want. Either you call progressbar.color() with an HTML valid color or you use the provider like this:
app.config(function(progressbarProvider){
// Default color is firebrick
progressbarProvider.setColor('firebrick');
// Default height is 2px
progressbarProvider.setHeight('2px');
});
2, I will have to look into that
3, and the same with this bug
Thanks a lot for checking it out and telling valuable feedback!
1, you can use whatever color you want. Either you call progressbar.color() with an HTML valid color or you use the provider like this:
2, I will have to look into that3, and the same with this bug
Thanks a lot for checking it out and telling valuable feedback!