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.
1 parent a96b3ee commit 456fa48Copy full SHA for 456fa48
gulp/build/scripts.js
@@ -29,7 +29,7 @@ gulp.task('browserify', function() {
29
var configPipe = lazypipe()
30
.pipe($.yaml)
31
.pipe($.extend, 'config.js')
32
- .pipe($.wrap, 'angular.module(\'app\').value(\'appConfig\', <%= contents %>);');
+ .pipe($.wrap, 'angular.module(\'app\').constant(\'appConfig\', <%= contents %>);');
33
34
gulp.task('config', function() {
35
return gulp.src('./config/config.yml')
0 commit comments