fix addressbook add scanner and some refactors

This commit is contained in:
Gabriel Bazán 2016-12-29 14:37:31 -03:00
commit d624f4a2f7
6 changed files with 5 additions and 13 deletions

View file

@ -8,13 +8,6 @@ angular.module('copayApp.controllers').controller('welcomeController', function(
startupService.ready();
});
$scope.goImport = function(code) {
$state.go('onboarding.import', {
fromOnboarding: true,
code: code
});
};
$scope.createProfile = function() {
$log.debug('Creating profile');
profileService.createProfile(function(err) {