I use ui-router rather than ng-route, and just do this: <li ng-class="{'active': $state.includes('app.start')}"><a ui-sref= "app.start">START</a></li>
確定! 回上一頁