add popover menu to share/scan addresses

This commit is contained in:
Javier 2016-11-18 15:29:53 -03:00
commit de65f88b9e
10 changed files with 117 additions and 59 deletions

View file

@ -0,0 +1,9 @@
<ion-popover-view ng-style="{'height': height + 'px'}" id="menu-popover">
<ion-content>
<div class="list">
<div class="item" ng-repeat="i in items track by $index" ng-click="i.action()">
{{i.text}}
</div>
</div>
</ion-content>
</ion-popover-view>