karma-ng-html2js-preprocessor icon indicating copy to clipboard operation
karma-ng-html2js-preprocessor copied to clipboard

A Karma plugin. Compile AngularJS 1.x and 2.x templates to JavaScript on the fly.

Results 79 karma-ng-html2js-preprocessor issues
Sort by recently updated
recently updated
newest added

I am using JSPM, so my config is a bit different from the usual examples. In my karma.config.j file I am loading the templates the following way: ``` ... jspm:...

Hello lovely humans, [eslint](https://www.npmjs.com/package/eslint) just published its new version 3.11.1. State Update :rocket: Dependency eslint New version 3.11.1 Type devDependency This version is **not covered** by your **current version range**....

greenkeeper

Hello lovely humans, [eslint](https://www.npmjs.com/package/eslint) just published its new version 3.11.0. State Update :rocket: Dependency eslint New version 3.11.0 Type devDependency This version is **not covered** by your **current version range**....

greenkeeper

Hello lovely humans, [mocha](https://www.npmjs.com/package/mocha) just published its new version 3.2.0. State Update :rocket: Dependency mocha New version 3.2.0 Type devDependency This version is **not covered** by your **current version range**....

greenkeeper

Hello lovely humans, **welcome to automated dependency management with [Greenkeeper](https://greenkeeper.io)**. To take full advantage of this service I recommend to start out with up-to-date dependencies. I just **updated all the...

greenkeeper

I am leaning heavily on cacheIdFromPath to see why my files which show up in the debugger are not showing up in the tests. I am having no problem using...

filepath.strip is not a function, so I would replace it with replace. See #90

I find this library a nice idea & soling the problem. for some reason my templates are in the script tag format, which then include & pick up by PHP....

type: feature

It looks like inline templating is not currently supported by the preprocessor. ie, templates inside a script id="tpl.html" type="text/ng-template" tag that are embedded in other HTML. Instead, the processor just...

I have inherited an angularjs project that uses requirejs and I am (obviously) using your great project to preprocess the html files into js. My karma.conf.js looks like this: ```...