Skip to content

Commit da6ae5c

Browse files
author
Ursin
committed
Export angular module name
Enables angular to reference the ngFileSaver-module.
1 parent c59ac91 commit da6ae5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular-file-saver-bundle.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
2+
module.exports = 'ngFileSaver';
33
/*
44
*
55
* A AngularJS module that implements the HTML5 W3C saveAs() in browsers that

0 commit comments

Comments
 (0)