Skip to content

Commit 1ecf62d

Browse files
committed
fix(karma): add view templates in karma conf
for them to be loaded by ngHtml2Js karma plugin
1 parent ad62d5c commit 1ecf62d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/karma.conf.js(karma)

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ module.exports = function (config) {
3535
'bower_components/angular-mocks/angular-mocks.js',
3636
'app.js',
3737
'views/**/*.js',
38+
'views/**/*.html',
3839
'services/**/*.js',
3940
'directives/**/*.js',
4041
'directives/**/*.html',

0 commit comments

Comments
 (0)