Fixes installer angular module loading - this would have never worked without errors, not sure how we've missed this.
This commit is contained in:
@@ -197,7 +197,7 @@ module.exports = function (grunt) {
|
||||
src: ['src/installer/**/*.js'],
|
||||
dest: '<%= distdir %>/js/umbraco.installer.js',
|
||||
options: {
|
||||
banner: "<%= banner %>\n(function() { \n\n angular.module('umbraco.install', []); \n",
|
||||
banner: "<%= banner %>\n(function() { \n\n",
|
||||
footer: "\n\n})();"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user