Doug Ludlow
Doug Ludlow
@MadaraUchiha - that was the issue for me. Thanks so much! (Been banging my head against the keyboard for the past couple hours...)
@koshuang thanks, that solved my problems.
Seeing the same issue on macOS 10.12.3.
For what it's worth, I was able to write a binding for Isotope that doesn't depend on a `beforeAdd` that seems to work fairly well. It simply extends the foreach...
I ran into this, but my `karma-chrome-launcher` was way outdated, v0.2.2. After I updated to latest, (v2.2.0) it worked fine.
@normj, @ashishdhingra thanks, I can dust off my fork and take a stab at it.
Here's an example of a relative path: https://github.com/dougludlow/angular2-typings/blob/e507fa38a31ec4a4c42cb465a2a33a540718f469/typings/angular2/angular2.d.ts#L1008 ``` typescript declare module 'angular2/src/core/change_detection/directive_record' { import { ChangeDetectionStrategy } from './constants'; ... } ``` Should be: ``` typescript declare module 'angular2/src/core/change_detection/directive_record'...
Looks like #82 fixes this, whenever it gets merged.
@sashee as I understand it, the main reason for this plugin's slowness is sass.js which is an emscriptemed version of the libSass c library and the reason we can run...
Ha ha, sorry, I'm typing on my phone and accidentally closed the issue... 😛