add avance settings

This commit is contained in:
Matias Alejo Garcia 2015-05-04 12:23:43 -03:00
commit 5c3b65c38b
10 changed files with 71 additions and 26 deletions

View file

@ -0,0 +1,7 @@
'use strict';
angular.module('copayApp.controllers').controller('preferencesAdvancedController',
function($scope) {
this.scan = function() {
};
});