We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f505e6 commit 877338dCopy full SHA for 877338d
2 files changed
gulpfile.js
@@ -103,7 +103,7 @@ var fnCacheTpls = function (path) {
103
quotes: true
104
}))
105
.pipe(plugins.angularTemplatecache({
106
- module: pkg.name + '.templates',
+ module: 'templates.app',
107
standalone: true
108
109
.pipe(plugins.concat('templates.js'))
src/app/app.module.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
angular.module('ngDevstack', [
4
- 'ngDevstack.templates',
+ 'templates.app',
5
'ngDevstack.conf',
6
'ngDevstack.home',
7
'ngDevstack.about',
0 commit comments