|
Answer» The md-progress-circular and md-progress-linear are Angular progress directives, and are used to show loading content message in application.
Attributes - md-progress-circular
- * md-mode: Select from one of two modes: 'determinate' and 'indeterminate'. if the md-mode value is set as undefined or specified as not 1 of the two (2) VALID modes, then .ng-hide will be auto-applied as a style to the component. if not configured, the md-mode="indeterminate" will be auto injected as an attribute. If value="" is ALSO specified, however, then md-mode="determinate" would be auto-injected instead.
- value: In determinate mode, this number represents the percentage of the circular progress. Default: 0
- md-diameter: This specifies the diamter of the circular progress. The value MAY be a percentage (eg '25%') or a pixel-size value (eg '48'). If this attribute is not present then a default value of '48px' is assumed.
The md-progress-circular and md-progress-linear are Angular progress directives, and are used to show loading content message in application. Attributes - md-progress-circular
|