Skip to content

Commit

Permalink
Clicking STF Icon now goes to devices instead of showing a gray screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunta committed Aug 6, 2015
1 parent 2d5f708 commit 3f8dfa0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions res/app/menu/menu.jade
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.navbar.stf-menu(ng-controller='MenuCtrl')
.container-fluid.stf-top-bar
a.stf-logo(href="/") STF 2
a.stf-logo(ng-href="/#!/devices") STF
ul.nav.stf-nav(nav-menu='current').unselectable
li(ng-cloak)
a(ng-href='/#!/control/{{lastUsedDevice}}', ng-show='lastUsedDevice')
Expand All @@ -17,10 +17,6 @@
.btn-group
button(type='button', ng-model='$root.platform', btn-radio="'web'", translate).btn.btn-sm.btn-default-outline Web
button(type='button', ng-model='$root.platform', btn-radio="'native'", translate).btn.btn-sm.btn-default-outline Native
//li(ng-if='!$root.basicMode')
a(ng-click='openChat()').pointer
i.fa.fa-comment.fa-fw
| {{ "Chat" | translate }}

//li
a
Expand Down

0 comments on commit 3f8dfa0

Please sign in to comment.