Josh Vanderwillik
Josh Vanderwillik
I've tried changing [this line](https://github.com/zachsnow/ng-multi-transclude/blob/master/src/multi-transclude.js#L43) from `element.append(el);` to `element.append(el.copy());`, but this seems to stop angular interpolation from working.
Awesome, thanks. Feel free to close this if you like :)
This is a bit of a deep dive into advanced angular for me. It seems to solve my problem on the surface, but I'm not totally sure why. I mostly...
+1 for a response on this
Methinks not. This project seems to be abandoned.
I see this problem occasionally when multi-sorting columns. Some sets of columns sort properly and add the classes to the headers. Others sort properly but do not add the classes.
My laptop is set to `LANG=en_IL` by default, and oni wouldn't start. Unsetting LANG or `LANG=en_US` fixed it for me too
@mdjaman You didn't really explain what your problem is. Would you not use something like the following? ``` js client.watch('testtube', watchErr => { if (watchErr) console.log(watchErr) client.reserve((err, jobId, rawPayload) =>...
The default constructor option mentioned by @OlivierBerro disappeared in #13.
+1 I have rolled this by hand, and it makes the code a lot more confusing. @ceejbot Do you have plans to add this to fivebeans, or is this something...