ionError Event not emitting when get 404 with ion-img

Hi all,

I am sure that I am doing this correctly, but ionError event does not emit when I get 404 from pic URL. Is this a bug or am I doing something here?

<ion-img [src]="pic" (ionError)="loadImageError($event)"></ion-img>

Thanks for the help!