Stephen R. Smith

Results 21 comments of Stephen R. Smith

I'm seeing this as well running 1.0.7 on Mac Chrome 47.0.2526.111 tooltip-close-button="true" places the close button on the tooltip (small x), but the button doesn't do anything. I added tooltip-hide-trigger="mouseup"...

Does this fork include/resolve the `change subject.unsubscribe() to subject.complete()` fix in #32?

I've been noticing these errors when my project restarts in dev after a code change/rebuild, and I'm assuming they're related to this issue. ``` ObjectUnsubscribedError: object unsubscribed at new ObjectUnsubscribedError...

I've tried using the forked version of this @szilarddavid posted, and I'm getting the exact same error. Just so I'm clear - I'm seeing this on components where *ngIf is...

I resize an image like this: ` this.Ng2ImgToolsService.resizeImage(file, 1024, 10000) ` The source image file is 2048 x 1386 px, the resulting image file is 1024 x 693, however the...

Is this something that’s possible with the current library, or would it require changes to your code? I’m trying to determine whether this is something I might be able to...

Are you using Treant with Angular1.x, or Angular2? Are you passing a reference to jQuery ($) in the constructor? `var my_chart = new Treant( chart_structure, callback, $ ); ` From...

I'm trying to use Treant in an Angular2 project as well, and I'm not getting anywhere. Some help in this regard would be very much appreciated!

For anyone trying to integrate this into an Angular2 project, I've asked and answered a question on StackOverflow that provides everything you'll need to make the Tennis Draw example work....

@PfxMobile I typed is as any. I may go back when I have more time and create the d.ts file for it, and if I do, I'll make it available...