Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 5597e2f

Browse files
pjohnmeyerwesleycho
authored andcommitted
docs(carousel): switch to unsplash.it
- Change image hosting services due to expired SSL cert for lorempixel Closes #6144
1 parent 6bad759 commit 5597e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/carousel/docs/demo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ angular.module('ui.bootstrap.demo').controller('CarouselDemoCtrl', function ($sc
88
$scope.addSlide = function() {
99
var newWidth = 600 + slides.length + 1;
1010
slides.push({
11-
image: 'http://lorempixel.com/' + newWidth + '/300',
11+
image: '//unsplash.it/' + newWidth + '/300',
1212
text: ['Nice image','Awesome photograph','That is so cool','I love that'][slides.length % 4],
1313
id: currIndex++
1414
});

0 commit comments

Comments
 (0)