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
|
|
@ -3,7 +3,7 @@
|
|||
angular.module('notifications', []).
|
||||
factory('$notification', ['$timeout',function($timeout){
|
||||
|
||||
console.log('notification service online');
|
||||
// console.log('notification service online');
|
||||
var notifications = JSON.parse(localStorage.getItem('$notifications')) || [],
|
||||
queue = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue