added code, icons and css for sign and verify message
This commit is contained in:
parent
4c60ba5c81
commit
ef6a572b87
11 changed files with 271 additions and 1 deletions
4
src/js/controllers/verifyMessageController.js
Normal file
4
src/js/controllers/verifyMessageController.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('verifyMessageController', function($scope, $interval, profileService, walletService, popupService, lodash, $ionicNavBarDelegate, signVerifyMessageService) {
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue