mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-13 09:13:12 +00:00
parent
5d632af926
commit
dbc6696b68
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ This time, instead of the `ng-repeat` element, let's add it to the element conta
|
||||||
In order to do this, we'll have to make some small changes to the HTML code so that we can have more control over our
|
In order to do this, we'll have to make some small changes to the HTML code so that we can have more control over our
|
||||||
animations between view changes.
|
animations between view changes.
|
||||||
|
|
||||||
__`app/partials/phone-list.html`.__
|
__`app/index.html`.__
|
||||||
<pre>
|
<pre>
|
||||||
<div class="view-container">
|
<div class="view-container">
|
||||||
<div ng-view class="view-frame"></div>
|
<div ng-view class="view-frame"></div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue