Closed mribichich closed 8 years ago
Hi, there.
I'm using md-autocomplete fro the material spec, and when you scroll and the item enter the visible part of the view, for some reason the browser tries to fetch the src image, and since the plugin unregisters from the error event, it no longer works
You'll see it in line 15:
element.off('error', errorHanlder);
If you want to, I can try to make a pull request
thanks!
@siulung4073 First of all, yes. pull requests are welcome and appreciated. Second, @david-meza PQ should have fixed the issue, can you please confirm?
Hi, there.
I'm using md-autocomplete fro the material spec, and when you scroll and the item enter the visible part of the view, for some reason the browser tries to fetch the src image, and since the plugin unregisters from the error event, it no longer works
You'll see it in line 15:
element.off('error', errorHanlder);
If you want to, I can try to make a pull request
thanks!