Skip to content

Commit

Permalink
fix(expansion-panel): remove hardcoded string (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 committed Mar 20, 2017
1 parent 33131db commit 7b6745d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
flex>
<div class="md-subhead td-expansion-primary" flex-gt-xs="33">
<template [cdkPortalHost]="expansionPanelLabel"></template>
<template [ngIf]="!expansionPanelLabel">{{label || 'Click to expand '}}</template>
<template [ngIf]="!expansionPanelLabel">{{label}}</template>
</div>
<div class="md-body-1 td-expansion-secondary">
<template [cdkPortalHost]="expansionPanelSublabel"></template>
Expand Down

0 comments on commit 7b6745d

Please sign in to comment.