Merge pull request #2080 from matiu/ux/notifications

Ux/notifications
This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-10 09:05:37 -03:00
commit 0fff0cd0d3
3 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -51,7 +51,7 @@ factory('notification', ['$timeout',
},
details: true,
localStorage: false,
html5Mode: true,
html5Mode: false,
html5DefaultIcon: 'img/favicon.ico'
};

View file

@ -2,7 +2,7 @@
"name": "copay",
"description": "A multisignature wallet",
"author": "BitPay",
"version": "0.8.4",
"version": "0.8.5",
"keywords": [
"wallet",
"copay",