no html5 notifications

This commit is contained in:
Matias Alejo Garcia 2014-12-10 00:02:12 -03:00
commit 1d8a5e9009
2 changed files with 1 additions and 2 deletions

View file

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