mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
test(ngView): fix failing e2e tests
This commit is contained in:
parent
7d074a3775
commit
0c49bbdc38
2 changed files with 10 additions and 10 deletions
|
|
@ -61,11 +61,11 @@
|
|||
|
||||
<div ng-controller="MainCntl">
|
||||
Choose:
|
||||
<a href="/Book/Moby">Moby</a> |
|
||||
<a href="/Book/Moby/ch/1">Moby: Ch1</a> |
|
||||
<a href="/Book/Gatsby">Gatsby</a> |
|
||||
<a href="/Book/Gatsby/ch/4?key=value">Gatsby: Ch4</a> |
|
||||
<a href="/Book/Scarlet">Scarlet Letter</a><br/>
|
||||
<a href="Book/Moby">Moby</a> |
|
||||
<a href="Book/Moby/ch/1">Moby: Ch1</a> |
|
||||
<a href="Book/Gatsby">Gatsby</a> |
|
||||
<a href="Book/Gatsby/ch/4?key=value">Gatsby: Ch4</a> |
|
||||
<a href="Book/Scarlet">Scarlet Letter</a><br/>
|
||||
|
||||
<div ng-view></div>
|
||||
<hr />
|
||||
|
|
|
|||
|
|
@ -158,11 +158,11 @@ function $RouteProvider(){
|
|||
|
||||
<div ng-controller="MainCntl">
|
||||
Choose:
|
||||
<a href="/Book/Moby">Moby</a> |
|
||||
<a href="/Book/Moby/ch/1">Moby: Ch1</a> |
|
||||
<a href="/Book/Gatsby">Gatsby</a> |
|
||||
<a href="/Book/Gatsby/ch/4?key=value">Gatsby: Ch4</a> |
|
||||
<a href="/Book/Scarlet">Scarlet Letter</a><br/>
|
||||
<a href="Book/Moby">Moby</a> |
|
||||
<a href="Book/Moby/ch/1">Moby: Ch1</a> |
|
||||
<a href="Book/Gatsby">Gatsby</a> |
|
||||
<a href="Book/Gatsby/ch/4?key=value">Gatsby: Ch4</a> |
|
||||
<a href="Book/Scarlet">Scarlet Letter</a><br/>
|
||||
|
||||
<div ng-view></div>
|
||||
<hr />
|
||||
|
|
|
|||
Loading…
Reference in a new issue