This commit is contained in:
Gabriel Bazán 2016-09-20 15:59:32 -03:00
commit 800765eeec
5 changed files with 9 additions and 7 deletions

View file

@ -163,7 +163,7 @@ angular.module('copayApp.directives')
}
}
})
.directive('accept', function($log, profileService, walletService, lodash) {
.directive('accept', function() {
return {
restrict: 'E',
templateUrl: 'views/includes/acceptSlide.html',