Ask for enable html5 notification on chrome
This commit is contained in:
parent
7981f5af66
commit
70cae4135f
3 changed files with 5 additions and 3 deletions
|
|
@ -23,7 +23,6 @@ angular.module('copay.header').controller('HeaderController',
|
|||
|
||||
// Initialize alert notification (not show when init wallet)
|
||||
$rootScope.txAlertCount = 0;
|
||||
$notification.enableHtml5Mode(); // for chrome: if support, enable it
|
||||
$rootScope.$watch('txAlertCount', function(txAlertCount) {
|
||||
if (txAlertCount && txAlertCount > 0) {
|
||||
$notification.info('New Transaction', ($rootScope.txAlertCount == 1) ? 'You have a pending transaction proposal' : 'You have ' + $rootScope.txAlertCount + ' pending transaction proposals', txAlertCount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue