mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-07 08:57:54 +08:00
test(ngView): fix failing e2e tests
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user