File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 61
61
62
62
<div ng-controller="MainCntl">
63
63
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/>
69
69
70
70
<div ng-view></div>
71
71
<hr />
Original file line number Diff line number Diff line change @@ -158,11 +158,11 @@ function $RouteProvider(){
158
158
159
159
<div ng-controller="MainCntl">
160
160
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/>
166
166
167
167
<div ng-view></div>
168
168
<hr />
You can’t perform that action at this time.
0 commit comments