remove duplicated code

This commit is contained in:
Gabriel Bazán 2016-01-27 15:23:21 -03:00
parent 94bee6a3f2
commit a848c57c19
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ angular.module('copayApp.controllers').controller('disclaimerController',
$scope.creatingProfile = true;
var create = function(noWallet) {
$scope.creatingProfile = true;
profileService.create({
noWallet: noWallet
}, function(err) {