docs(tutorial): add <span> to index.html to match phonecat step4

Add missing <span> to app/index.html to match actual code on github

☆.。.:*・゜☆ Merci beaucoup! ☆.。.:*・゜☆

Closes #7520
This commit is contained in:
Firexion
2014-05-20 10:04:43 -04:00
committed by Caitlin Potter
parent ef13820cad
commit 92f588cd15

View File

@@ -32,7 +32,7 @@ __`app/index.html`:__
<ul class="phones">
<li ng-repeat="phone in phones | filter:query | orderBy:orderProp">
{{phone.name}}
<span>{{phone.name}}</span>
<p>{{phone.snippet}}</p>
</li>
</ul>