Skip to content

Commit

Permalink
chore: fix characters remaining hint for textarea (angular#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickraphael authored and mmalerba committed Dec 9, 2016
1 parent 13223df commit 86123a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/demo-app/input/input-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ <h4>Textarea</h4>
<p>
<md-textarea placeholder="Character count (100 max)" maxLength="100" class="demo-full-width"
value="Hello world. How are you?"
#characterCountHintExample>
<md-hint align="end">{{characterCountHintExample.characterCount}} / 100</md-hint>
#characterCountHintExampleTextarea>
<md-hint align="end">{{characterCountHintExampleTextarea.characterCount}} / 100</md-hint>
</md-textarea>
</p>
</md-card-content>
Expand Down

0 comments on commit 86123a3

Please sign in to comment.