Skip to content

Commit c2c1aba

Browse files
author
Alexander Castillo
committed
adding demo links
1 parent 589c0ec commit c2c1aba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ <h2>What's in the head tag?</h2>
9595
<div class="col-xs-12 page-title">
9696
<h2 class="page-heading">{{ 'Demo Source Code' }}</h2>
9797
<p>This demo app is running the code below. It uses Angular's <a target="_blank" href="https://github.com/angular/bower-angular-route">ngRoute</a> and a few custom directives. <br />In the following code, each page and directive defines CSS via this API.</p>
98+
<p>For a demo featuring UI Router click <a href="states.html">here</a>.</p>
9899
<div hljs source="routeAppSource" language="javascript"></div>
99100
</div>
100101
</div>

states.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ <h2>What's in the head tag?</h2>
9898
<div class="col-xs-12 page-title">
9999
<h2 class="page-heading">{{ 'Demo Source Code' }}</h2>
100100
<p>This demo app is running the code below. It uses Angular's <a target="_blank" href="https://github.com/angular-ui/ui-router">UI Router</a> and a few custom directives. <br />In the following code, each page and directive defines CSS via this API.</p>
101+
<p>For a demo featuring ngRoute click <a href="index.html">here</a>.</p>
101102
<div hljs source="stateAppSource" language="javascript"></div>
102103
</div>
103104
</div>

0 commit comments

Comments
 (0)