Skip to content

Commit

Permalink
chore(): rename md-line with mdLine
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 committed Aug 31, 2017
1 parent 3078ece commit 9b96116
Show file tree
Hide file tree
Showing 35 changed files with 284 additions and 284 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,22 +111,22 @@ <h3>Demo 2:</h3>
<h2>API:</h2>
<md-list>
<md-list-item>
<h3 md-line>anchor?: string</h3>
<p md-line> The anchor name is used to attach the animation to an arbitrary element in the template. Defaults to 'tdRotate'.</p>
<h3 mdLine>anchor?: string</h3>
<p mdLine> The anchor name is used to attach the animation to an arbitrary element in the template. Defaults to 'tdRotate'.</p>
</md-list-item>
<md-divider></md-divider>
<md-list-item>
<h3 md-line>duration?: number</h3>
<p md-line> Duration the animation will run in miliseconds. Defaults to 250 ms. </p>
<h3 mdLine>duration?: number</h3>
<p mdLine> Duration the animation will run in miliseconds. Defaults to 250 ms. </p>
</md-list-item>
<md-divider></md-divider>
<md-list-item>
<h3 md-line>degrees?: number</h3>
<p md-line> Degrees of rotation the dom object will animation. A negative value will cause the animation to initially rotate counter-clockwise. Defaults to 180 degrees. </p>
<h3 mdLine>degrees?: number</h3>
<p mdLine> Degrees of rotation the dom object will animation. A negative value will cause the animation to initially rotate counter-clockwise. Defaults to 180 degrees. </p>
</md-list-item>
<md-list-item>
<h3 md-line>ease?: string</h3>
<p md-line>String representing timing of animation 'duration delay easing' EX: '2s 300ms ease-in', duration=2000, delay=300, easing=ease-in. Defaults to ease-out.
<h3 mdLine>ease?: string</h3>
<p mdLine>String representing timing of animation 'duration delay easing' EX: '2s 300ms ease-in', duration=2000, delay=300, easing=ease-in. Defaults to ease-out.
</p>
</md-list-item>
<md-divider></md-divider>
Expand Down
20 changes: 10 additions & 10 deletions src/app/components/components/charts/charts.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ <h3>Properties:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="chartsAttr">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down Expand Up @@ -208,8 +208,8 @@ <h3>Properties:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="axisAttrs">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down Expand Up @@ -238,8 +238,8 @@ <h3>Properties:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="barChartAttrs">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down Expand Up @@ -294,8 +294,8 @@ <h3>Properties:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="lineChartAttrs">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down Expand Up @@ -382,8 +382,8 @@ <h3>Properties:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="areaChartAttrs">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down
16 changes: 8 additions & 8 deletions src/app/components/components/components.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ <h3 md-subheader>Core Components</h3>
[routerLinkActiveOptions]="{exact:true}"
[tdLayoutNavListClose]="!media.query('gt-sm')">
<md-icon md-list-avatar>{{item.icon}}</md-icon>
<h3 md-line> {{item.title}} </h3>
<p md-line> {{item.description}} </p>
<h3 mdLine> {{item.title}} </h3>
<p mdLine> {{item.description}} </p>
</a>
<md-divider *ngIf="!last" md-inset></md-divider>
</ng-template>
Expand All @@ -30,8 +30,8 @@ <h3 md-subheader>Optional Components</h3>
[routerLinkActiveOptions]="{exact:true}"
[tdLayoutNavListClose]="!media.query('gt-sm')">
<md-icon md-list-avatar>{{item.icon}}</md-icon>
<h3 md-line> {{item.title}} </h3>
<p md-line> {{item.description}} </p>
<h3 mdLine> {{item.title}} </h3>
<p mdLine> {{item.description}} </p>
</a>
<md-divider *ngIf="!last" md-inset></md-divider>
</ng-template>
Expand All @@ -40,8 +40,8 @@ <h3 md-subheader>External Components</h3>
href="https://material.angular.io/components"
target="_blank">
<md-icon md-list-avatar>layers</md-icon>
<h3 md-line> Angular Material </h3>
<p md-line> Material Design components </p>
<h3 mdLine> Angular Material </h3>
<p mdLine> Material Design components </p>
<md-icon mdTooltip="External docs" class="text-md tc-grey-600">launch</md-icon>
</a>
<md-divider md-inset></md-divider>
Expand All @@ -52,8 +52,8 @@ <h3 md-line> Angular Material </h3>
[routerLinkActiveOptions]="{exact:true}"
[tdLayoutNavListClose]="!media.query('gt-sm')">
<md-icon md-list-avatar>{{item.icon}}</md-icon>
<h3 md-line> {{item.title}} </h3>
<p md-line> {{item.description}} </p>
<h3 mdLine> {{item.title}} </h3>
<p mdLine> {{item.description}} </p>
</a>
<md-divider *ngIf="!last" md-inset></md-divider>
</ng-template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ <h3>Properties:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="serviceAttrs">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand All @@ -432,8 +432,8 @@ <h3>Properties:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="cellAttrs">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand All @@ -442,8 +442,8 @@ <h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="columnAttrs">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/components/dialogs/dialogs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h3>Methods:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="dialogServiceMethods">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ <h3 class="md-subhead">md-padding class</h3>
<md-list>
<md-list-item>
<md-icon md-list-avatar>pin_drop</md-icon>
<h3 md-line>Google</h3>
<h4 md-line>Headquarters</h4>
<p md-line>
<h3 mdLine>Google</h3>
<h4 mdLine>Headquarters</h4>
<p mdLine>
1600 Amphitheatre Pkwy<br/>Mountain View, CA 94043, USA
</p>
</md-list-item>
Expand Down Expand Up @@ -190,9 +190,9 @@ <h4 md-line>Headquarters</h4>
<md-list>
<md-list-item>
<md-icon md-list-avatar>pin_drop</md-icon>
<h3 md-line>Google</h3>
<h4 md-line>Headquarters</h4>
<p md-line>
<h3 mdLine>Google</h3>
<h4 mdLine>Headquarters</h4>
<p mdLine>
1600 Amphitheatre Pkwy<br/>Mountain View, CA 94043, USA
</p>
</md-list-item>
Expand Down Expand Up @@ -254,20 +254,20 @@ <h4 md-line>Headquarters</h4>
<h3 md-subheader>Metadata</h3>
<md-list-item>
<md-icon md-list-avatar>account_box</md-icon>
<h4 md-line>John Jameson</h4>
<p md-line>Owner</p>
<h4 mdLine>John Jameson</h4>
<p mdLine>Owner</p>
</md-list-item>
<md-divider md-inset></md-divider>
<md-list-item>
<md-icon md-list-avatar>description</md-icon>
<h4 md-line>An item description</h4>
<p md-line>Description</p>
<h4 mdLine>An item description</h4>
<p mdLine>Description</p>
</md-list-item>
<md-divider md-inset></md-divider>
<md-list-item>
<md-icon md-list-avatar>vpn_key</md-icon>
<h4 md-line>1141e8e8-8d24-4956-93c2</h4>
<p md-line>API Key</p>
<h4 mdLine>1141e8e8-8d24-4956-93c2</h4>
<p mdLine>API Key</p>
</md-list-item>
</md-list>
</td-expansion-panel>
Expand Down Expand Up @@ -302,20 +302,20 @@ <h4 md-line>1141e8e8-8d24-4956-93c2</h4>
<h3 md-subheader>Metadata</h3>
<md-list-item>
<md-icon md-list-avatar>account_box</md-icon>
<h4 md-line>John Jameson</h4>
<p md-line>Owner</p>
<h4 mdLine>John Jameson</h4>
<p mdLine>Owner</p>
</md-list-item>
<md-divider md-inset></md-divider>
<md-list-item>
<md-icon md-list-avatar>description</md-icon>
<h4 md-line>An item description</h4>
<p md-line>Description</p>
<h4 mdLine>An item description</h4>
<p mdLine>Description</p>
</md-list-item>
<md-divider md-inset></md-divider>
<md-list-item>
<md-icon md-list-avatar>vpn_key</md-icon>
<h4 md-line>1141e8e8-8d24-4956-93c2</h4>
<p md-line>API Key</p>
<h4 mdLine>1141e8e8-8d24-4956-93c2</h4>
<p mdLine>API Key</p>
</md-list-item>
</md-list>
</td-expansion-panel>
Expand Down
8 changes: 4 additions & 4 deletions src/app/components/components/http/http.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h3>Methods:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="interceptorServiceMethods">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down Expand Up @@ -174,8 +174,8 @@ <h3>Methods:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="restServiceMethods">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ <h3>Properties:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="jsonFormatterAttrs">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down
14 changes: 7 additions & 7 deletions src/app/components/components/loading/loading.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h4 class="md-subhead">with accent [tdLoadingColor]</h4>
<md-list>
<ng-template let-item let-last="last" ngFor [ngForOf]="items">
<md-list-item>
<md-slide-toggle md-line [checked]="item.value">
<md-slide-toggle mdLine [checked]="item.value">
{{item.label}}
</md-slide-toggle>
</md-list-item>
Expand All @@ -192,7 +192,7 @@ <h4 class="md-subhead">with accent [tdLoadingColor]</h4>
<md-list>
<ng-template let-item let-last="last" ngFor [ngForOf]="items">
<md-list-item>
<md-slide-toggle md-line [checked]="item.value">
<md-slide-toggle mdLine [checked]="item.value">
{ {item.label} }
</md-slide-toggle>
</md-list-item>
Expand Down Expand Up @@ -400,9 +400,9 @@ <h3>Properties:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="loadingAttrs">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<p md-line *ngIf="attr.additionalDescription"> {{attr.additionalDescription}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
<p mdLine *ngIf="attr.additionalDescription"> {{attr.additionalDescription}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down Expand Up @@ -505,8 +505,8 @@ <h3>Methods:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="loadingServiceMethods">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down
16 changes: 8 additions & 8 deletions src/app/components/components/media/media.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<md-list>
<ng-template let-demo let-last="demo" ngFor [ngForOf]="mediaDemo">
<a md-list-item layout-align="row">
<h3 [tdMediaToggle]="demo.query" [mediaStyles]="{color: 'red'}" [mediaAttributes]="{title: 'It matches!!!'}" md-line> {{demo.query}}</h3>
<p md-line> matches: {{demo.value}} </p>
<h3 [tdMediaToggle]="demo.query" [mediaStyles]="{color: 'red'}" [mediaAttributes]="{title: 'It matches!!!'}" mdLine> {{demo.query}}</h3>
<p mdLine> matches: {{demo.value}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand All @@ -28,8 +28,8 @@ <h2><code>TdMediaService</code></h2>
<md-list>
<ng-template let-bpoint let-last="bpoint" ngFor [ngForOf]="mediaBreakpoints">
<a md-list-item layout-align="row">
<h3 md-line> {{bpoint.breakpoint}}</h3>
<p md-line> {{bpoint.query}} </p>
<h3 mdLine> {{bpoint.breakpoint}}</h3>
<p mdLine> {{bpoint.query}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand All @@ -39,8 +39,8 @@ <h3>Methods:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="mediaServiceMethods">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down Expand Up @@ -116,8 +116,8 @@ <h3>Properties:</h3>
<md-list>
<ng-template let-attr let-last="attr" ngFor [ngForOf]="mediaAttrs">
<a md-list-item layout-align="row">
<h3 md-line> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p md-line> {{attr.description}} </p>
<h3 mdLine> {{attr.name}}: <span>{{attr.type}}</span></h3>
<p mdLine> {{attr.description}} </p>
</a>
<md-divider *ngIf="!last"></md-divider>
</ng-template>
Expand Down
Loading

0 comments on commit 9b96116

Please sign in to comment.