docs: update lowercase pipe example in "AngularJS to Angular" guide (#24588)

PR Close #24588
This commit is contained in:
George Tzinos 2018-06-20 15:54:32 +03:00 committed by Miško Hevery
parent c11e84ee18
commit 84eff4219e

View File

@ -895,7 +895,7 @@ For more information on pipes, see [Pipes](guide/pipes).
### lowercase
<code-example hideCopy>
&lt;div>{{movie.title | lowercase}}&lt;/div>
&lt;td>{{movie.title | lowercase}}&lt;/td>
</code-example>