IIFE for reviewController to make merging easier.
This commit is contained in:
parent
e7eac1ee16
commit
c0912c5f17
1 changed files with 806 additions and 804 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
(function () {
|
||||||
|
|
||||||
angular
|
angular
|
||||||
.module('copayApp.controllers')
|
.module('copayApp.controllers')
|
||||||
.controller('reviewController', reviewController);
|
.controller('reviewController', reviewController);
|
||||||
|
|
@ -952,5 +954,5 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
})();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue