1
- < div ng-controller ="AppCtrl as vm " layout ="column " layout-margin style =" padding:25px; " ng-cloak >
1
+ < div ng-controller ="AppCtrl as vm " layout ="column " ng-cloak >
2
2
3
- < h4 style ="margin-top:10px "> Determinate</ h4 >
3
+ < md-content layout-padding >
4
+ < h4 > Determinate</ h4 >
4
5
5
- < p > For operations where the percentage of the operation completed can be determined, use a determinate indicator. They
6
- give users a quick sense of how long an operation will take.</ p >
6
+ < p > For operations where the percentage of the operation completed can be determined, use a determinate indicator. They
7
+ give users a quick sense of how long an operation will take.</ p >
7
8
8
- < div layout ="row " layout-sm ="column " layout-align ="space-around ">
9
- < md-progress-circular md-mode ="determinate " value ="{{vm.determinateValue}} "> </ md-progress-circular >
10
- </ div >
9
+ < div layout ="row " layout-sm ="column " layout-align ="space-around ">
10
+ < md-progress-circular md-mode ="determinate " value ="{{vm.determinateValue}} "> </ md-progress-circular >
11
+ </ div >
11
12
12
- < h4 > Indeterminate</ h4 >
13
+ < h4 > Indeterminate</ h4 >
13
14
14
- < p > For operations where the user is asked to wait a moment while something finishes up, and it's not necessary to
15
- expose what's happening behind the scenes and how long it will take, use an indeterminate indicator.</ p >
15
+ < p > For operations where the user is asked to wait a moment while something finishes up, and it's not necessary to
16
+ expose what's happening behind the scenes and how long it will take, use an indeterminate indicator.</ p >
16
17
17
- < div layout ="row " layout-sm ="column " layout-align ="space-around ">
18
- < md-progress-circular md-mode ="indeterminate "> </ md-progress-circular >
19
- </ div >
18
+ < div layout ="row " layout-sm ="column " layout-align ="space-around ">
19
+ < md-progress-circular md-mode ="indeterminate "> </ md-progress-circular >
20
+ </ div >
20
21
21
- < h4 > Theming</ h4 >
22
+ < h4 > Theming</ h4 >
22
23
23
- < p >
24
- Your current theme colors can be used to easily colorize your progress indicator with `md-warn` or `md-accent`
25
- colors.
26
- </ p >
24
+ < p >
25
+ Your current theme colors can be used to easily colorize your progress indicator with `md-warn` or `md-accent`
26
+ colors.
27
+ </ p >
27
28
28
- < div ng-show ="vm.activated " layout ="row " layout-sm ="column " layout-align ="space-around ">
29
- < md-progress-circular class ="md-hue-2 " md-diameter ="20px "> </ md-progress-circular >
30
- < md-progress-circular class ="md-accent " md-diameter ="40 "> </ md-progress-circular >
31
- < md-progress-circular class ="md-accent md-hue-1 " md-diameter ="60 "> </ md-progress-circular >
32
- < md-progress-circular class ="md-warn md-hue-3 " md-diameter ="70 "> </ md-progress-circular >
33
- < md-progress-circular md-diameter ="96 "> </ md-progress-circular >
34
- </ div >
29
+ < div ng-show ="vm.activated " layout ="row " layout-sm ="column " layout-align ="space-around ">
30
+ < md-progress-circular class ="md-hue-2 " md-diameter ="20px "> </ md-progress-circular >
31
+ < md-progress-circular class ="md-accent " md-diameter ="40 "> </ md-progress-circular >
32
+ < md-progress-circular class ="md-accent md-hue-1 " md-diameter ="60 "> </ md-progress-circular >
33
+ < md-progress-circular class ="md-warn md-hue-3 " md-diameter ="70 "> </ md-progress-circular >
34
+ < md-progress-circular md-diameter ="96 "> </ md-progress-circular >
35
+ </ div >
36
+ </ md-content >
35
37
36
- < h4 > Dark theme</ h4 >
38
+ < md-content md-theme ="docs-dark " layout-padding >
39
+ < h4 > Dark theme</ h4 >
37
40
38
- < p >
39
- This is an example of the < b > <md-progress-circular></ b > component, with a dark theme.
40
- </ p >
41
+ < p >
42
+ This is an example of the < b > <md-progress-circular></ b > component, with a dark theme.
43
+ </ p >
41
44
42
- < div ng-show ="vm.activated " md-theme ="docs-dark " layout ="row " layout-sm ="column " layout-align ="space-around ">
43
- < md-progress-circular class ="md-hue-2 " md-diameter ="20px "> </ md-progress-circular >
44
- < md-progress-circular class ="md-accent " md-diameter ="40 "> </ md-progress-circular >
45
- < md-progress-circular class ="md-accent md-hue-1 " md-diameter ="60 "> </ md-progress-circular >
46
- < md-progress-circular class ="md-warn md-hue-3 " md-diameter ="70 "> </ md-progress-circular >
47
- < md-progress-circular md-diameter ="96 "> </ md-progress-circular >
48
- </ div >
45
+ < div ng-show ="vm.activated " layout ="row " layout-sm ="column " layout-align ="space-around ">
46
+ < md-progress-circular class ="md-hue-2 " md-diameter ="20px "> </ md-progress-circular >
47
+ < md-progress-circular class ="md-accent " md-diameter ="40 "> </ md-progress-circular >
48
+ < md-progress-circular class ="md-accent md-hue-1 " md-diameter ="60 "> </ md-progress-circular >
49
+ < md-progress-circular class ="md-warn md-hue-3 " md-diameter ="70 "> </ md-progress-circular >
50
+ < md-progress-circular md-diameter ="96 "> </ md-progress-circular >
51
+ </ div >
52
+ </ md-content >
49
53
50
- < hr ng-class ="{'visible' : vm.activated} ">
51
-
52
- < div id ="loaders " layout ="row " layout-align ="start center ">
54
+ < md-content layout ="row " layout-align ="start center " layout-padding >
53
55
< p > Progress Circular Indicators: </ p >
54
56
55
57
< h5 > Off</ h5 >
@@ -58,6 +60,6 @@ <h5>Off</h5>
58
60
aria-label ="Toggle Progress Circular Indicators ">
59
61
< h5 > On</ h5 >
60
62
</ md-switch >
61
- </ div >
63
+ </ md-content >
62
64
63
65
</ div >
0 commit comments