tommmn

Results 6 comments of tommmn

@grantcarthew , thanks for your reply, unfortunately, this is not what I've looking for. As I mentioned, I use dateEnable to specific date, hence, the job is not processed yet....

@grantcarthew , yea I thought that you have misunderstood me. Well, If I'll have some spare time next week I might have a look. Unless you already know exactly whats...

@jooohny did you try to bail before the sanitizer? I ran some tests and it works fine with bail. `matches: { options: [versionRe], bail: true, }, `

@tworekm Since last version(or maybe one before I cant remember ) you can use the onInit() function. so for example : ``` actions.disable(); this.checkbox.statusChanges.subscribe(val => ......); ``` So you disable...

@tworekm, sorry I didn't see this line. anyway, I think that your problem related to the latest changes of the ngZone and detections. I opened an issue which you can...

@rtodo You have to wrap your data with a container and apply the class to it, not the template. So something like: ``` This is the single point tooltip template...