File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 < button md-button > flat</ button >
44 < button md-raised-button > raised</ button >
55 < button md-fab >
6- < i class ="material-icons md-24 "> check circle </ i >
6+ < i class ="material-icons md-24 "> check</ i >
77 </ button >
88 < button md-mini-fab >
9- < i class ="material-icons md-24 "> check circle </ i >
9+ < i class ="material-icons md-24 "> check</ i >
1010 </ button >
1111 </ section >
1212
1313 < section >
1414 < a href ="http://www.google.com " md-button color ="primary "> link</ a >
1515 < a href ="http://www.google.com " md-raised-button > link</ a >
1616 < a href ="http://www.google.com " md-fab >
17- < i class ="material-icons md-24 "> check circle </ i >
17+ < i class ="material-icons md-24 "> check</ i >
1818 </ a >
1919 < a href ="http://www.google.com " md-mini-fab >
20- < i class ="material-icons md-24 "> check circle </ i >
20+ < i class ="material-icons md-24 "> check</ i >
2121 </ a >
2222 </ section >
2323
5555 < a href ="http://www.google.com " md-button color ="accent " [disabled] ="isDisabled "> off</ a >
5656 < button md-raised-button color ="primary " [disabled] ="isDisabled "> off</ button >
5757 < button md-mini-fab [disabled] ="isDisabled ">
58- < i class ="material-icons md-24 "> check circle </ i >
58+ < i class ="material-icons md-24 "> check</ i >
5959 </ button >
6060 </ section >
6161</ div >
You can’t perform that action at this time.
0 commit comments