File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
bundle/src/components/list
site/src/app/components/snippets/directives Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ export class MdcListDividerDirective {
31
31
* an inset.
32
32
*/
33
33
@Input ( ) @HostBinding ( 'class.mdc-list-divider--inset' )
34
- get hasInset ( ) {
34
+ get inset ( ) {
35
35
return this . _inset ;
36
36
}
37
37
38
- set hasInset ( val : any ) {
38
+ set inset ( val : any ) {
39
39
this . _inset = asBoolean ( val ) ;
40
40
}
41
41
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h3 mdcListGroupSubHeader>Connectivity</h3>
17
17
Data Usage
18
18
< a *ngIf ="endDetail " href ="javascript:void(0) " mdcListItemMeta class ="material-icons "> show_chart</ a >
19
19
</ li >
20
- < li mdcListDivider [hasInset ] ="startDetail "> </ li >
20
+ < li mdcListDivider [inset ] ="startDetail "> </ li >
21
21
</ ul >
22
22
< h3 mdcListGroupSubHeader > Folders</ h3 >
23
23
< ul mdcList [avatarList] ="avatar " [dense] ="dense ">
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h3 mdcListGroupSubHeader>Connectivity</h3>
26
26
</ span >
27
27
< a *ngIf ="endDetail " href ="javascript:void(0) " mdcListItemMeta class ="material-icons "> show_chart</ a >
28
28
</ li >
29
- < li mdcListDivider [hasInset ] ="startDetail "> </ li >
29
+ < li mdcListDivider [inset ] ="startDetail "> </ li >
30
30
</ ul >
31
31
< h3 mdcListGroupSubHeader > Folders</ h3 >
32
32
< ul mdcList [avatarList] ="avatar " [dense] ="dense ">
You can’t perform that action at this time.
0 commit comments