Skip to content

Commit

Permalink
docs(progressbar): document that max should be a positive number
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbrn committed Oct 27, 2019
1 parent 52cdc93 commit 7ccc031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/progressbar/progressbar.ts
Expand Up @@ -23,6 +23,8 @@ export class NgbProgressbar {

/**
* The maximal value to be displayed in the progress bar.
*
* Should be a positive number. Will default to 100 otherwise.
*/
@Input()
set max(max: number) {
Expand Down

0 comments on commit 7ccc031

Please sign in to comment.