Skip to content

Commit

Permalink
fix(karma): add view templates in karma conf
Browse files Browse the repository at this point in the history
for them to be loaded by ngHtml2Js karma plugin
  • Loading branch information
meriadec committed Oct 25, 2015
1 parent ad62d5c commit 1ecf62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/karma.conf.js(karma)
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = function (config) {
'bower_components/angular-mocks/angular-mocks.js',
'app.js',
'views/**/*.js',
'views/**/*.html',
'services/**/*.js',
'directives/**/*.js',
'directives/**/*.html',
Expand Down

0 comments on commit 1ecf62d

Please sign in to comment.