Skip to content

Commit 0c49bbd

Browse files
committed
test(ngView): fix failing e2e tests
1 parent 7d074a3 commit 0c49bbd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/ng/directive/ngView.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
6262
<div ng-controller="MainCntl">
6363
Choose:
64-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/Book/Moby">Moby</a> |
65-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/Book/Moby/ch/1">Moby: Ch1</a> |
66-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/Book/Gatsby">Gatsby</a> |
67-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/Book/Gatsby/ch/4?key=value">Gatsby: Ch4</a> |
68-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/Book/Scarlet">Scarlet Letter</a><br/>
64+
<a href="http://github.com/Book/Moby">Moby</a> |
65+
<a href="http://github.com/Book/Moby/ch/1">Moby: Ch1</a> |
66+
<a href="http://github.com/Book/Gatsby">Gatsby</a> |
67+
<a href="http://github.com/Book/Gatsby/ch/4?key=value">Gatsby: Ch4</a> |
68+
<a href="http://github.com/Book/Scarlet">Scarlet Letter</a><br/>
6969
7070
<div ng-view></div>
7171
<hr />

src/ng/route.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ function $RouteProvider(){
158158
159159
<div ng-controller="MainCntl">
160160
Choose:
161-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/Book/Moby">Moby</a> |
162-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/Book/Moby/ch/1">Moby: Ch1</a> |
163-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/Book/Gatsby">Gatsby</a> |
164-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/Book/Gatsby/ch/4?key=value">Gatsby: Ch4</a> |
165-
<a href="http://github.com/%3Cspan%20class="x x-first x-last">/Book/Scarlet">Scarlet Letter</a><br/>
161+
<a href="http://github.com/Book/Moby">Moby</a> |
162+
<a href="http://github.com/Book/Moby/ch/1">Moby: Ch1</a> |
163+
<a href="http://github.com/Book/Gatsby">Gatsby</a> |
164+
<a href="http://github.com/Book/Gatsby/ch/4?key=value">Gatsby: Ch4</a> |
165+
<a href="http://github.com/Book/Scarlet">Scarlet Letter</a><br/>
166166
167167
<div ng-view></div>
168168
<hr />

0 commit comments

Comments
 (0)