Skip to content

Commit e0ad40f

Browse files
committed
use gulp-umd
1 parent e3a2d1d commit e0ad40f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/angular-wt-genius-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-wt-genius.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
root.$wtNotify = factory(root.Notify);
88
}
99
}(this, function(Notify) {
10-
angular.module('wt.genius', []);
10+
var $wtNotify = angular.module('wt.genius', []);
1111
/**
1212
* $wtNotify
1313
*

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
angular.module('wt.genius', []);
1+
var $wtNotify = angular.module('wt.genius', []);

0 commit comments

Comments
 (0)