add avance settings
This commit is contained in:
parent
c9cf075789
commit
5c3b65c38b
10 changed files with 71 additions and 26 deletions
7
src/js/controllers/preferencesAdvanced.js
Normal file
7
src/js/controllers/preferencesAdvanced.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('preferencesAdvancedController',
|
||||
function($scope) {
|
||||
this.scan = function() {
|
||||
};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue