diff options
Diffstat (limited to 'src/ng/directive/ngView.js')
| -rw-r--r-- | src/ng/directive/ngView.js | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ng/directive/ngView.js b/src/ng/directive/ngView.js index 4f6a70ba..16ae792e 100644 --- a/src/ng/directive/ngView.js +++ b/src/ng/directive/ngView.js @@ -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 />  | 
