mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
docs(tutorial): update code snippet for step 7
replaced bootstrap 2 with bootstrap 3 classes Closes #7433
This commit is contained in:
committed by
Igor Minar
parent
1445130869
commit
6e2ab81937
@@ -147,8 +147,8 @@ __`app/partials/phone-list.html`:__
|
||||
|
||||
```html
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<div class="span2">
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<!--Sidebar content-->
|
||||
|
||||
Search: <input ng-model="query">
|
||||
@@ -159,7 +159,7 @@ __`app/partials/phone-list.html`:__
|
||||
</select>
|
||||
|
||||
</div>
|
||||
<div class="span10">
|
||||
<div class="col-md-10">
|
||||
<!--Body content-->
|
||||
|
||||
<ul class="phones">
|
||||
|
||||
Reference in New Issue
Block a user