Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1165
angular 2 controls, and REST data
posted

Hi,

Is there any working example for the igCombo or any other control for that matter, with data that comes from a REST end point (or any other late data that need to be rebind).
I cant seem to make it work.

If I use any method like the $('#id').igCombo('dataBind') when I get the data, I always get the "cannot call methods on igCombo prior to initialization"  error.
I tried to re initialize the control like   $('#id').igCombo(options) - but again, it does not work/
 

any help will be nice