mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 11:24:17 +00:00
(js) Fix condition of Copy action on cards
This commit is contained in:
@@ -397,7 +397,7 @@
|
||||
<var:string label:value="Export"/>
|
||||
</md-button>
|
||||
</md-menu-item>
|
||||
<md-menu-item ng-show="app.service.$addressbooks.length > 1">
|
||||
<md-menu-item ng-show="(app.service.$addressbooks.length + app.service.$subscriptions.length) > 1">
|
||||
<md-menu>
|
||||
<md-button label:aria-label="Copy To" ng-click="$mdMenu.open($event)">
|
||||
<var:string label:value="Copy To"/>
|
||||
|
||||
Reference in New Issue
Block a user