Skip to content

Commit 695d205

Browse files
cioddiRichardLitt
authored andcommitted
docs(tutorial): update code snippet for step 7
replaced bootstrap 2 with bootstrap 3 classes Closes angular#7433
1 parent 1c5743e commit 695d205

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/tutorial/step_07.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ __`app/partials/phone-list.html`:__
147147

148148
```html
149149
<div class="container-fluid">
150-
<div class="row-fluid">
151-
<div class="span2">
150+
<div class="row">
151+
<div class="col-md-2">
152152
<!--Sidebar content-->
153153

154154
Search: <input ng-model="query">
@@ -159,7 +159,7 @@ __`app/partials/phone-list.html`:__
159159
</select>
160160

161161
</div>
162-
<div class="span10">
162+
<div class="col-md-10">
163163
<!--Body content-->
164164

165165
<ul class="phones">

0 commit comments

Comments
 (0)