Best way to preload images with Angular.js

前端 未结 9 885
野性不改
野性不改 2020-12-07 16:04

Angular\'s ng-src keeps previous model until it preloads image internally. I am using different image for the banner on each page, when I switch routes, i change main view,

9条回答
  •  一生所求
    2020-12-07 16:39

    I have this directive which shows a spinner when img-src changes:

    
    

    Code here: http://jsfiddle.net/ffabreti/yw74upyr/

提交回复
热议问题