angular-preload-image
angular-preload-image copied to clipboard
ng-click is not working with this
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