mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
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
This commit is contained in:
committed by
Peter Bacon Darwin
parent
24d00cce4f
commit
e5c53b393b
@@ -40,7 +40,7 @@ __`app/index.html`:__
|
||||
|
||||
<ul>
|
||||
<li ng-repeat="phone in phones">
|
||||
{{phone.name}}
|
||||
<span>{{phone.name}}</span>
|
||||
<p>{{phone.snippet}}</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user