We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ce8d5 commit 894da83Copy full SHA for 894da83
sample/index.html
@@ -10,7 +10,7 @@
10
</head><body>
11
<div class="navbar navbar-fixed-top">
12
<div class="navbar-inner"><div class="container">
13
- <a class="brand" href="#">ngStates</a>
+ <a class="brand" href="#">ui-router</a>
14
<ul class="nav">
15
<li ng-class="{ active: $state.includes('contacts') }"><a href="#/contacts">Contacts</a></li>
16
<li ng-class="{ active: $state.includes('about') }"><a href="#/about">About</a></li>
0 commit comments