Commit 7b6978a6ea77705350a9e22de7ba86adad1397ea

Authored by Victor Costa
Committed by Michel Felipe
1 parent 9bf4d461

Fix html path in karma conf

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
karma.conf.js
... ... @@ -49,7 +49,7 @@ var _ = require('lodash');
49 49 var wiredep = require('wiredep');
50 50  
51 51 var pathSrcHtml = [
52   - path.join('./src/app/**/*.html')
  52 + path.join('./src/**/*.html')
53 53 ];
54 54  
55 55 var glob = require("glob");
... ...