We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5411097 + 22800a4 commit 3033508Copy full SHA for 3033508
Gruntfile.js
@@ -27,7 +27,7 @@ module.exports = function (grunt) {
27
options: {
28
banner: '<%= meta.banner %>\n\n'+
29
'/* commonjs package manager support (eg componentjs) */\n'+
30
- 'if (module && exports && module.exports === exports){\n'+
+ 'if (typeof module !== "undefined" && typeof exports !== "undefined" && module.exports === exports){\n'+
31
' module.exports = \'ui.router\';\n'+
32
'}\n\n'+
33
'(function (window, angular, undefined) {\n',
0 commit comments