diff --git a/js/app.js b/js/app.js index 1b6ef9813..24c39d302 100644 --- a/js/app.js +++ b/js/app.js @@ -1,6 +1,6 @@ 'use strict'; -angular.module('copay',[ +var copay = window.copay = angular.module('copay',[ 'ngRoute', 'mm.foundation', 'monospaced.qrcode',