Skip to content

Instantly share code, notes, and snippets.

@allyusd
Created August 7, 2014 08:22
Show Gist options
  • Save allyusd/f080f588ed9f79cb32d4 to your computer and use it in GitHub Desktop.
Save allyusd/f080f588ed9f79cb32d4 to your computer and use it in GitHub Desktop.
AngularJS - ngRoute - index.html
<ul class="menu">
<li><a href="#/view1">view1</a></li>
<li><a href="#/view2">view2</a></li>
</ul>
<div ng-view></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment