How to use img ng-src in AngularJS on android phone?
问题 The most relevant Q & A I've found is from google groups and I've read the AngularJS docs for ngSrc. I'm trying to use Angular UI Bootstrap - Carousel in my app and I noticed the demo uses absolute URLs for slides like this: image: 'http://placekitten.com/' + newWidth + '/300' . It works on my localhost (mac) but I don't think images (slides) display on my android google nexus phone because I only use relative image paths like this: image: '/images/help/hello-1.jpg' . How can I use relative