Merge pull request #1868 from cmgustavo/bug/uri-handler
Bug/uri handler
This commit is contained in:
commit
82bfa7d855
3 changed files with 4 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
var bitcore = require('bitcore');
|
||||
|
||||
angular.module('copayApp.services')
|
||||
.factory('controllerUtils', function($rootScope, $sce, $location, $filter, notification, $timeout, uriHandler, rateService) {
|
||||
.factory('controllerUtils', function($rootScope, $sce, $location, $filter, notification, $timeout, rateService) {
|
||||
var root = {};
|
||||
|
||||
|
||||
|
|
@ -182,7 +182,6 @@ angular.module('copayApp.services')
|
|||
|
||||
root.setupGlobalVariables = function(iden) {
|
||||
notification.enableHtml5Mode(); // for chrome: if support, enable it
|
||||
uriHandler.register();
|
||||
$rootScope.unitName = config.unitName;
|
||||
$rootScope.pendingTxCount = 0;
|
||||
$rootScope.initialConnection = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue