Scanner button at topbar only for mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-15 12:57:18 -03:00 committed by bechi
commit d0f8583122
8 changed files with 76 additions and 70 deletions

View file

@ -12,7 +12,10 @@
<div class="large-8 medium-6 small-12 columns">
<div class="ellipsis oh">
<div class="avatar-wallet left">{{$root.wallet.getName() | limitTo: 1}}</div>
<h2 class="m10t left">{{$root.wallet.getName()}}</h2>
<h2 class="m10t left">
{{$root.wallet.getName()}}
<a ng-click="$root.go('more')"><i class="fi-widget size-24"></i></a>
</h2>
</div>
</div>
<div class="large-4 medium-6 small-12 columns">