diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.html b/app/index.html index bc9ac22..ab892f7 100644 --- a/app/index.html +++ b/app/index.html | |||
@@ -25,7 +25,7 @@ | |||
25 | <!-- Collect the nav links, forms, and other content for toggling --> | 25 | <!-- Collect the nav links, forms, and other content for toggling --> |
26 | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | 26 | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> |
27 | <ul class="nav navbar-nav navbar-right"> | 27 | <ul class="nav navbar-nav navbar-right"> |
28 | <li v-show="session.valid"><a href="#" ng-click="logout()">Logout</a></li> | 28 | <li v-show="session.valid"><a href="#" v-on:click="logout()">Logout</a></li> |
29 | </ul> | 29 | </ul> |
30 | </div> | 30 | </div> |
31 | </div> | 31 | </div> |