From 29ca0b8135e8985c4e4586442c3caaa0a5e98144 Mon Sep 17 00:00:00 2001 From: sagiegurari Date: Fri, 21 Aug 2015 15:03:01 +0300 Subject: [PATCH] update angular ref --- angular-web-notification.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/angular-web-notification.js b/angular-web-notification.js index c947ff1..c262734 100644 --- a/angular-web-notification.js +++ b/angular-web-notification.js @@ -1,5 +1,3 @@ -/*global angular: false */ - /** * 'showNotification' callback. * @@ -11,7 +9,7 @@ (function (notifyLib) { 'use strict'; - var webNotification = angular.module('angular-web-notification', []); + var webNotification = window.angular.module('angular-web-notification', []); /** * @ngdoc service