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

Commit e5c53b3

Browse files
Starojitskipetebacondarwin
authored andcommitted
docs(tutorial/step-2): add missing span elements
In Lession 1 template has phone names within `span` element, while in lession 2 the name is directly within the wrapper `div` Closes #9670
1 parent 24d00cc commit e5c53b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ __`app/index.html`:__
4040

4141
<ul>
4242
<li ng-repeat="phone in phones">
43-
{{phone.name}}
43+
<span>{{phone.name}}</span>
4444
<p>{{phone.snippet}}</p>
4545
</li>
4646
</ul>

0 commit comments

Comments
 (0)