johnico

Results 14 comments of johnico

@Gillardo thx How I detect second click its work to change the ng-model isOpen . but it always close it also if i close outside the select i can not...

@Gillardo thx again did not manage to create a plunker but im usung your simple demo the difference is that i ' m not using the clock icon - i...

could you show me an example please?

@BrandonDotLin hi how can enable it ? i disable the elastic now because its cans run with postgres sdue to bug i opened

@BrandonDotLin i found this one https://github.com/Netflix/conductor/pull/2519/commits/1635fbc774af3ee39159d987a873bab1dde6ad8e but it still not working even with postgres and elastic running

``` container.bind(TYPES.Api).toDynamicValue(() => { const logger = container.get(TYPES.Logger); const config = container.get(TYPES.ConfigService); return new Api(config, logger); }); ``` After this, I can inject in the constructor and not as property....

@Haroenv hi i took your code as is and I see that the refine is not working at all i dont understand how to make it works . when i...