Skip to content

Instantly share code, notes, and snippets.

@allyusd
Created August 7, 2014 08:25
Show Gist options
  • Save allyusd/5a4ae9037cb5ee9c48a5 to your computer and use it in GitHub Desktop.
Save allyusd/5a4ae9037cb5ee9c48a5 to your computer and use it in GitHub Desktop.
AngularJS - ui-router - main.html
<ul class="menu">
<li><a ui-sref="main.view1">view1</a></li>
<li><a ui-sref="main.view2">view2</a></li>
</ul>
<div ui-view></div>
<div>Angular seed app: v<span app-version></span></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment