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 7b2b1afe71
commit 637805a0c9

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>