Skip to content

Commit 028bd43

Browse files
committed
Updated dist and removed unused document reference
1 parent b6426e2 commit 028bd43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/angular-toastr.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
angular.module('toastr', [])
55
.factory('toastr', toastr);
66

7-
toastr.$inject = ['$animate', '$injector', '$document', '$rootScope', '$sce', 'toastrConfig', '$q'];
7+
toastr.$inject = ['$animate', '$injector', '$rootScope', '$sce', 'toastrConfig', '$q'];
88

9-
function toastr($animate, $injector, $document, $rootScope, $sce, toastrConfig, $q) {
9+
function toastr($animate, $injector, $rootScope, $sce, toastrConfig, $q) {
1010
var container;
1111
var index = 0;
1212
var toasts = [];

dist/angular-toastr.tpls.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
angular.module('toastr', [])
55
.factory('toastr', toastr);
66

7-
toastr.$inject = ['$animate', '$injector', '$document', '$rootScope', '$sce', 'toastrConfig', '$q'];
7+
toastr.$inject = ['$animate', '$injector', '$rootScope', '$sce', 'toastrConfig', '$q'];
88

9-
function toastr($animate, $injector, $document, $rootScope, $sce, toastrConfig, $q) {
9+
function toastr($animate, $injector, $rootScope, $sce, toastrConfig, $q) {
1010
var container;
1111
var index = 0;
1212
var toasts = [];

0 commit comments

Comments
 (0)