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 5, 2019
1 parent e97596d commit a23b7b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/progressbar/progressbar.ts
Expand Up @@ -21,6 +21,8 @@ import {NgbProgressbarConfig} from './progressbar-config';
export class NgbProgressbar {
/**
* The maximal value to be displayed in the progressbar.
*
* Should be a positive number.
*/
@Input() max: number;

Expand Down

0 comments on commit a23b7b1

Please sign in to comment.