Skip to content

Commit

Permalink
Re-add lastPath, when we have a solution for #62 we can remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Apr 17, 2014
1 parent af87f13 commit c14821c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
<div class="container-fluid">
<ul class="nav navbar-nav">
<li ng-repeat="app in apps" ng-class="{active: activeApp == app.id}">
<a ng-href="#/{{app.id}}" bo-text="app.name"></a>
<a ng-href="#/{{app.lastPath || app.id}}" bo-text="app.name"></a>
</li>
</ul>
<!-- TODO: Track app.lastPath in localStorage instead -->
<!-- TODO: <ul class="nav navbar-nav pull-right">
<li ng-repeat="level in levels">
<a ng-click="notifTest(level.name)" tooltip="{{level.name}}">
Expand Down

0 comments on commit c14821c

Please sign in to comment.