use modal - css refactor

This commit is contained in:
JDonadio 2017-02-24 14:46:54 -05:00
commit 1ee75fd424
7 changed files with 72 additions and 72 deletions

View file

@ -53,6 +53,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
}
},
pincode: {
value: null,
},
// External services
recentTransactions: {
enabled: true,