Sergii Danilov

Results 1 comments of Sergii Danilov

Try use `karma-ng-html2js-preprocessor` for templates main changes it's declaration something like: ``` files: [ 'jspm_packages/github/angular/[email protected]/angular.js', 'jspm_packages/github/angular/[email protected]/angular-mocks.js', 'app/**/**/*.html' ], ``` in karma config. All other settings from [documentation](https://www.npmjs.com/package/karma-ng-html2js-preprocessor)