RevillWeb / angular-preload-image

A simple AngularJS module to make it easy to pre-load images.
MIT License
70 stars 29 forks source link

ng-click is not working with this #15

Open Xsmael opened 6 years ago

Xsmael commented 6 years ago

i noticed that ng-click works no more when i use this plugin with it on img tag

eg:

<img preload-image ng-src="{{item.imgUrl}}" default-image="../img/thumb2.png" fallback-image="{{item.imgUrl}}" ng-click="addToOrder(item)" />

The function addToOrder doesnt get executed on click