Fix animation after send feedback (back). Adds Share BitPay option in settings

This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-16 16:57:36 -03:00
commit 96e6fc5345
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 27 additions and 12 deletions

View file

@ -9,6 +9,7 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
var isWP = platformInfo.isWP;
$scope.usePushNotifications = isCordova && !isWP;
$scope.isCordova = isCordova;
$scope.appName = $window.appConfig.nameCase;