Marcio Msm

Results 4 comments of Marcio Msm

@oferh I got this error `Cannot read property 'open' of undefined`. Do you have any ideia? ``` import { CompleterService, CompleterData, CompleterItem, CompleterCmp } from 'ng2-completer'; @ViewChild('openCloseExample') private openCloseExample: CompleterCmp;...

Hi @oferh, here it is: ``` ```

Hi @oferh this works for me. One question, if I have more then one dropdown in my template, I need to duplicate the my code, right? Thanks.