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