Denis Bendrikov
Denis Bendrikov
Ok, I fixed tests by dropping CI builds on `nodejs
Also instead of declaring a `require` keyword you can try this: ```diff import { ChartModule } from 'angular2-highcharts'; import { HighchartsStatic } from 'angular2-highcharts/dist/HighchartsService'; +import * as highcharts from 'highcharts';...
So the problem is here in `userOptions.template` check https://github.com/jantimon/html-webpack-plugin/blob/2f5de7ab9e8bca60e9e200f2e4b4cfab90db28d4/index.js#L76-L83 The simplest (but pretty dirty) solution would be to check for the existence of a file: ```js if (!userOptions.template && !fs.existsSync('./src/index.ejs')...
Added the proposed (but slightly modified) solution as PR #1693
I've rebased my PR just in case
Same here, @ianmh any workarounds?
It's still pretty simple to reproduce http://plnkr.co/edit/nuQ8QQr3NsSPv6Cs1N8G?p=preview
> although they don't toggle / close, is that the issue? Yes, this is my issue. > I'm using a really old version of bootstrap and dropdown-toggle is working for...
@tiberiuzuld btw, this will be the second fork of angular-busy because we already have https://github.com/faceleg/angular-busy-plus (say hi to @faceleg )
@tiberiuzuld to be clear — I'm not a maintainer of angular-busy-plus so don't mind me 😉. Just was a bit concerned about another one "blessed" fork instead of contributing to...