Fix notification and validation messages when creating and importing a profile.

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-02 18:53:14 -03:00
commit 7f89772c86
5 changed files with 32 additions and 25 deletions

View file

@ -29,7 +29,6 @@ angular.module('copayApp.controllers').controller('ImportProfileController',
} else {
$scope.error = 'Unknown error';
}
$rootScope.$digest();
}
});
};