Ask for enable html5 notification on chrome

This commit is contained in:
Gustavo Cortez 2014-05-20 11:05:18 -03:00
commit 70cae4135f
3 changed files with 5 additions and 3 deletions

View file

@ -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 = [];