Skip to content

Commit

Permalink
update angular ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Aug 21, 2015
1 parent 6ea065b commit 29ca0b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions angular-web-notification.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*global angular: false */

/**
* 'showNotification' callback.
*
Expand All @@ -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
Expand Down

0 comments on commit 29ca0b8

Please sign in to comment.