Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit acaf9be

Browse files
Firexioncaitp
authored andcommitted
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! ☆.。.:*・゜☆
1 parent bdd75c9 commit acaf9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_04.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ __`app/index.html`:__
3232

3333
<ul class="phones">
3434
<li ng-repeat="phone in phones | filter:query | orderBy:orderProp">
35-
{{phone.name}}
35+
<span>{{phone.name}}</span>
3636
<p>{{phone.snippet}}</p>
3737
</li>
3838
</ul>

0 commit comments

Comments
 (0)