8000 docs(carousel): replace with unsplash.it · angular-ui/bootstrap@b2631e7 · GitHub
[go: up one dir, main page]

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

Commit b2631e7

Browse files
pjohnmeyerwesleycho
authored andcommitted
docs(carousel): replace with unsplash.it
- Replace with unsplash.it due to expired SSL cert for lorempixel Closes #5701
1 parent f36cf72 commit b2631e7

File tree

14 files changed

+28
-28
lines changed

14 files changed

+28
-28
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
950950
$scope.addSlide = function() {
951951
var newWidth = 600 + slides.length + 1;
952952
slides.push({
953-
image: &#x27;http://lorempixel.com/&#x27; + newWidth + &#x27;/300&#x27;,
953+
image: &#x27;//unsplash.it/&#x27; + newWidth + &#x27;/300&#x27;,
954954
text: [&#x27;Nice image&#x27;,&#x27;Awesome photograph&#x27;,&#x27;That is so cool&#x27;,&#x27;I love that&#x27;][slides.length % 4],
955955
id: currIndex++
956956
});
@@ -1014,7 +1014,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
10141014
$scope.addSlide = function() {
10151015
var newWidth = 600 + slides.length + 1;
10161016
slides.push({
1017-
image: 'http://lorempixel.com/' + newWidth + '/300',
1017+
image: '//unsplash.it/' + newWidth + '/300',
10181018
text: ['Nice image','Awesome photograph','That is so cool','I love that'][slides.length % 4],
10191019
id: currIndex++
10201020
});

versioned-docs/1.1.2/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
938938
$scope.addSlide = function() {
939939
var newWidth = 600 + slides.length + 1;
940940
slides.push({
941-
image: &#x27;http://lorempixel.com/&#x27; + newWidth + &#x27;/300&#x27;,
941+
image: &#x27;//unsplash.it/&#x27; + newWidth + &#x27;/300&#x27;,
942942
text: [&#x27;Nice image&#x27;,&#x27;Awesome photograph&#x27;,&#x27;That is so cool&#x27;,&#x27;I love that&#x27;][slides.length % 4],
943943
id: currIndex++
944944
});
@@ -1001,7 +1001,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
10011001
$scope.addSlide = function() {
10021002
var newWidth = 600 + slides.length + 1;
10031003
slides.push({
1004-
image: 'http://lorempixel.com/' + newWidth + '/300',
1004+
image: '//unsplash.it/' + newWidth + '/300',
10051005
text: ['Nice image','Awesome photograph','That is so cool','I love that'][slides.length % 4],
10061006
id: currIndex++
10071007
});

versioned-docs/1.2.0/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
941941
$scope.addSlide = function() {
942942
var newWidth = 600 + slides.length + 1;
943943
slides.push({
944-
image: &#x27;http://lorempixel.com/&#x27; + newWidth + &#x27;/300&#x27;,
944+
image: &#x27;//unsplash.it/&#x27; + newWidth + &#x27;/300&#x27;,
945945
text: [&#x27;Nice image&#x27;,&#x27;Awesome photograph&#x27;,&#x27;That is so cool&#x27;,&#x27;I love that&#x27;][slides.length % 4],
946946
id: currIndex++
947947
});
@@ -1005,7 +1005,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
10051005
$scope.addSlide = function() {
10061006
var newWidth = 600 + slides.length + 1;
10071007
slides.push({
1008-
image: 'http://lorempixel.com/' + newWidth + '/300',
1008+
image: '//unsplash.it/' + newWidth + '/300',
10091009
text: ['Nice image','Awesome photograph','That is so cool','I love that'][slides.length % 4],
10101010
id: currIndex++
10111011
});

versioned-docs/1.2.1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
941941
$scope.addSlide = function() {
942942
var newWidth = 600 + slides.length + 1;
943943
slides.push({
944-
image: &#x27;http://lorempixel.com/&#x27; + newWidth + &#x27;/300&#x27;,
944+
image: &#x27;//unsplash.it/&#x27; + newWidth + &#x27;/300&#x27;,
945945
text: [&#x27;Nice image&#x27;,&#x27;Awesome photograph&#x27;,&#x27;That is so cool&#x27;,&#x27;I love that&#x27;][slides.length % 4],
946946
id: currIndex++
947947
});
@@ -1005,7 +1005,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
10051005
$scope.addSlide = function() {
10061006
var newWidth = 600 + slides.length + 1;
10071007
slides.push({
1008-
image: 'http://lorempixel.com/' + newWidth + '/300',
1008+
image: '//unsplash.it/' + newWidth + '/300',
10091009
text: ['Nice image','Awesome photograph','That is so cool','I love that'][slides.length % 4],
10101010
id: currIndex++
10111011
});

versioned-docs/1.2.2/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
941941
$scope.addSlide = function() {
942942
var newWidth = 600 + slides.length + 1;
943943
slides.push({
944-
image: &#x27;http://lorempixel.com/&#x27; + newWidth + &#x27;/300&#x27;,
944+
image: &#x27;//unsplash.it/&#x27; + newWidth + &#x27;/300&#x27;,
945945
text: [&#x27;Nice image&#x27;,&#x27;Awesome photograph&#x27;,&#x27;That is so cool&#x27;,&#x27;I love that&#x27;][slides.length % 4],
946946
id: currIndex++
947947
});
@@ -1005,7 +1005,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
10051005
$scope.addSlide = function() {
10061006
var newWidth = 600 + slides.length + 1;
10071007
slides.push({
1008-
image: 'http://lorempixel.com/' + newWidth + '/300',
1008+
image: '//unsplash.it/' + newWidth + '/300',
10091009
text: ['Nice image','Awesome photograph','That is so cool','I love that'][slides.length % 4],
10101010
id: currIndex++
10111011
});

versioned-docs/1.2.3/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
941941
$scope.addSlide = function() {
942942
var newWidth = 600 + slides.length + 1;
943943
slides.push({
944-
image: &#x27;http://lorempixel.com/&#x27; + newWidth + &#x27;/300&#x27;,
944+
image: &#x27;//unsplash.it/&#x27; + newWidth + &#x27;/300&#x27;,
945945
text: [&#x27;Nice image&#x27;,&#x27;Awesome photograph&#x27;,&#x27;That is so cool&#x27;,&#x27;I love that&#x27;][slides.length % 4],
946946
id: currIndex++
947947
});
@@ -1005,7 +1005,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
10051005
$scope.addSlide = function() {
10061006
var newWidth = 600 + slides.length + 1;
10071007
slides.push({
1008-
image: 'http://lorempixel.com/' + newWidth + '/300',
1008+
image: '//unsplash.it/' + newWidth + '/300',
10091009
text: ['Nice image','Awesome photograph','That is so cool','I love that'][slides.length % 4],
10101010
id: currIndex++
10111011
});

versioned-docs/1.2.4/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
941941
$scope.addSlide = function() {
942942
var newWidth = 600 + slides.length + 1;
943943
slides.push({
944-
image: &#x27;http://lorempixel.com/&#x27; + newWidth + &#x27;/300&#x27;,
944+
image: &#x27;//unsplash.it/&#x27; + newWidth + &#x27;/300&#x27;,
945945
text: [&#x27;Nice image&#x27;,&#x27;Awesome photograph&#x27;,&#x27;That is so cool&#x27;,&#x27;I love that&#x27;][slides.length % 4],
946946
id: currIndex++
947947
});
@@ -1005,7 +1005,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
10051005
$scope.addSlide = function() {
10061006
var newWidth = 600 + slides.length + 1;
10071007
slides.push({
1008-
image: 'http://lorempixel.com/' + newWidth + '/300',
1008+
image: '//unsplash.it/' + newWidth + '/300',
10091009
text: ['Nice image','Awesome photograph','That is so cool','I love that'][slides.length % 4],
10101010
id: currIndex++
10111011
});

versioned-docs/1.2.5/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
942942
$scope.addSlide = function() {
943943
var newWidth = 600 + slides.length + 1;
944944
slides.push({
945-
image: &#x27;http://lorempixel.com/&#x27; + newWidth + &#x27;/300&#x27;,
945+
image: &#x27;//unsplash.it/&#x27; + newWidth + &#x27;/300&#x27;,
946946
text: [&#x27;Nice image&#x27;,&#x27;Awesome photograph&#x27;,&#x27;That is so cool&#x27;,&#x27;I love that&#x27;][slides.length % 4],
947947
id: currIndex++
948948
});
@@ -1006,7 +1006,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
10061006
$scope.addSlide = function() {
10071007
var newWidth = 600 + slides.length + 1;
10081008
slides.push({
1009-
image: 'http://lorempixel.com/' + newWidth + '/300',
1009+
image: '//unsplash.it/' + newWidth + '/300',
10101010
text: ['Nice image','Awesome photograph','That is so cool','I love that'][slides.length % 4],
10111011
id: currIndex++
10121012
});

versioned-docs/1.3.0/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
944944
$scope.addSlide = function() {
945945
var newWidth = 600 + slides.length + 1;
946946
slides.push({
947-
image: &#x27;http://lorempixel.com/&#x27; + newWidth + &#x27;/300&#x27;,
947+
image: &#x27;//unsplash.it/&#x27; + newWidth + &#x27;/300&#x27;,
948948
text: [&#x27;Nice image&#x27;,&#x27;Awesome photograph&#x27;,&#x27;That is so cool&#x27;,&#x27;I love that&#x27;][slides.length % 4],
949949
id: currIndex++
950950
});
@@ -1008,7 +1008,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
10081008
$scope.addSlide = function() {
10091009
var newWidth = 600 + slides.length + 1;
10101010
slides.push({
1011-
image: 'http://lorempixel.com/' + newWidth + '/300',
1011+
image: '//unsplash.it/' + newWidth + '/300',
10121012
text: ['Nice image','Awesome photograph','That is so cool','I love that'][slides.length % 4],
10131013
id: currIndex++
10141014
});

versioned-docs/1.3.1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
944944
$scope.addSlide = function() {
945945
var newWidth = 600 + slides.length + 1;
946946
slides.push({
947-
image: &#x27;http://lorempixel.com/&#x27; + newWidth + &#x27;/300&#x27;,
947+
image: &#x27;//unsplash.it/&#x27; + newWidth + &#x27;/300&#x27;,
948948
text: [&#x27;Nice image&#x27;,&#x27;Awesome photograph&#x27;,&#x27;That is so cool&#x27;,&#x27;I love that&#x27;][slides.length % 4],
949949
id: currIndex++
950950
});
@@ -1008,7 +1008,7 @@ <h3 id="uib-slide-settings">uib-slide settings</h3>
10081008
$scope.addSlide = function() {
10091009
var newWidth = 600 + slides.length + 1;
10101010
slides.push({
1011-
image: 'http://lorempixel.com/' + newWidth + '/300',
1011+
image: '//unsplash.it/' + newWidth + '/300',
10121012
text: ['Nice image','Awesome photograph','That is so cool','I love that'][slides.length % 4],
10131013
id: currIndex++
10141014
});

0 commit comments

Comments
 (0)
0