We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3491f82 commit 92072a0Copy full SHA for 92072a0
src/angular-pnotify.js
@@ -1,5 +1,7 @@
1
(function(){
2
3
+ 'use strict';
4
+
5
angular.module('jlareau.pnotify', [])
6
7
.provider('notificationService', [ function() {
0 commit comments