fix email onboarding

This commit is contained in:
Gabriel Bazán 2016-09-02 11:15:03 -03:00
commit 314532c62a
2 changed files with 18 additions and 8 deletions

View file

@ -11,7 +11,6 @@ angular.module('copayApp.controllers').controller('preferencesEmailController',
$scope.email = config.emailFor && config.emailFor[walletId];
$scope.save = function(form) {
var email = $scope.email || '';
var opts = {
emailFor: {}
};