commit
0fff0cd0d3
3 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
angular.module('copayApp.services')
|
angular.module('copayApp.services')
|
||||||
.factory('identityService', function($rootScope, $location, $timeout, $filter, pluginManager, notification, pendingTxsService, balanceService, applicationService, go) {
|
.factory('identityService', function($rootScope, $location, $timeout, $filter, pluginManager, notification, pendingTxsService, balanceService, applicationService, go) {
|
||||||
notification.enableHtml5Mode(); // for chrome: if support, enable it
|
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
// * remove iden from rootScope
|
// * remove iden from rootScope
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ factory('notification', ['$timeout',
|
||||||
},
|
},
|
||||||
details: true,
|
details: true,
|
||||||
localStorage: false,
|
localStorage: false,
|
||||||
html5Mode: true,
|
html5Mode: false,
|
||||||
html5DefaultIcon: 'img/favicon.ico'
|
html5DefaultIcon: 'img/favicon.ico'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "copay",
|
"name": "copay",
|
||||||
"description": "A multisignature wallet",
|
"description": "A multisignature wallet",
|
||||||
"author": "BitPay",
|
"author": "BitPay",
|
||||||
"version": "0.8.4",
|
"version": "0.8.5",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wallet",
|
"wallet",
|
||||||
"copay",
|
"copay",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue