IIFE to reduce conflicts for merging.

This commit is contained in:
Brendon Duncan 2018-09-26 15:39:12 +12:00
commit a9b84f3942

View file

@ -1,5 +1,7 @@
'use strict';
(function () {
angular
.module('copayApp.controllers')
.controller('reviewController', reviewController);
@ -942,3 +944,4 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
}
}
})();