Skip to content

Commit 7c8c978

Browse files
committed
Use HTTPS everywhere possible
1 parent ea3d68d commit 7c8c978

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

js/app.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,55 +5,55 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
55
name: 'Event Binder',
66
desc: 'Bind a callback to any event not natively supported by AngularJS',
77
src: 'https://github.com/angular-ui/ui-event',
8-
home: 'http://htmlpreview.github.io/?https://github.com/angular-ui/ui-event/master/demo/index.html'
8+
home: 'https://htmlpreview.github.io/?https://github.com/angular-ui/ui-event/master/demo/index.html'
99
},
1010
{
1111
name: 'Mask',
1212
desc: 'Apply a mask on an input field so the user can only type pre-determined pattern.',
1313
src: 'https://github.com/angular-ui/ui-mask',
14-
home: 'http://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html'
14+
home: 'https://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html'
1515
},
1616
{
1717
name: 'Indeterminate',
1818
desc: 'Provides an easy way to toggle a checkbox input\'s special "indeterminate" property. This is a visual toggle only and in no way affects the model or value outside of native browser behavior at this time.',
1919
src: 'https://github.com/angular-ui/ui-indeterminate',
20-
home: 'http://htmlpreview.github.io/?https://github.com/angular-ui/ui-indeterminate/master/demo/index.html'
20+
home: 'https://htmlpreview.github.io/?https://github.com/angular-ui/ui-indeterminate/master/demo/index.html'
2121
},
2222
{
2323
name: 'Validate',
2424
desc: 'General-purpose validator for ngModel.',
2525
src: 'https://github.com/angular-ui/ui-validate',
26-
home: 'http://htmlpreview.github.io/?https://github.com/angular-ui/ui-validate/master/demo/index.html'
26+
home: 'https://htmlpreview.github.io/?https://github.com/angular-ui/ui-validate/master/demo/index.html'
2727
},
2828
{
2929
name: 'Scrollpoint',
3030
desc: 'Add a "ui-scrollpoint" class to elements when the page scrolls past them. (previously known as scrollfix)',
3131
src: 'https://github.com/angular-ui/ui-scrollpoint',
32-
home: 'http://htmlpreview.github.io/?https://github.com/angular-ui/ui-scrollpoint/master/demo/index.html'
32+
home: 'https://htmlpreview.github.io/?https://github.com/angular-ui/ui-scrollpoint/master/demo/index.html'
3333
},
3434
{
3535
name: 'Uploader',
3636
desc: 'Customizable file uploader',
3737
src: 'https://github.com/angular-ui/ui-uploader',
38-
home: 'http://htmlpreview.github.io/?https://github.com/angular-ui/ui-uploader/master/demo/index.html'
38+
home: 'https://htmlpreview.github.io/?https://github.com/angular-ui/ui-uploader/master/demo/index.html'
3939
},
4040
{
4141
name: 'CodeMirror',
4242
desc: 'This directive allows you to add CodeMirror editor to your textarea elements.',
4343
src: 'https://github.com/angular-ui/ui-codemirror',
44-
home: 'http://angular-ui.github.io/ui-codemirror/'
44+
home: 'https://angular-ui.github.io/ui-codemirror/'
4545
},
4646
{
4747
name: 'Ace',
4848
desc: 'This directive allows you to add ACE editor elements.',
4949
src: 'https://github.com/angular-ui/ui-ace',
50-
home: 'http://angular-ui.github.io/ui-ace/'
50+
home: 'https://angular-ui.github.io/ui-ace/'
5151
},
5252
{
5353
name: 'Calendar',
5454
desc: 'A complete AngularJS directive for the Arshaw FullCalendar.',
5555
src: 'https://github.com/angular-ui/ui-calendar',
56-
home: 'http://angular-ui.github.io/ui-calendar/'
56+
home: 'https://angular-ui.github.io/ui-calendar/'
5757
},
5858
{
5959
name: 'Map',
@@ -65,7 +65,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
6565
name: 'Date',
6666
desc: 'jQuery UI Datepicker for AngularJS',
6767
src: 'https://github.com/angular-ui/ui-date',
68-
home: 'http://angular-ui.github.io/ui-date/'
68+
home: 'https://angular-ui.github.io/ui-date/'
6969
},
7070
{
7171
name: 'Select',
@@ -95,7 +95,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
9595
name: 'Bootstrap',
9696
desc: 'Bootstrap components written in pure AngularJS',
9797
src: 'https://github.com/angular-ui/bootstrap',
98-
home: 'http://angular-ui.github.io/bootstrap/'
98+
home: 'https://angular-ui.github.io/bootstrap/'
9999
},
100100
{
101101
name: 'Grid',
@@ -107,37 +107,37 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
107107
name: 'Router',
108108
desc: 'The de-facto solution to flexible routing with nested views in AngularJS',
109109
src: 'https://github.com/angular-ui/ui-router',
110-
home: 'http://angular-ui.github.io/ui-router/site/'
110+
home: 'https://angular-ui.github.io/ui-router/site/'
111111
},
112112
{
113113
name: 'Google maps',
114114
desc: 'AngularJS directives for the Google Maps Javascript API',
115115
src: 'https://github.com/angular-ui/angular-google-maps',
116-
home: 'http://angular-ui.github.io/angular-google-maps'
116+
home: 'https://angular-ui.github.io/angular-google-maps'
117117
},
118118
{
119119
name: 'Slider',
120120
desc: 'jQuery UI Slider for AngularJS',
121121
src: 'https://github.com/angular-ui/ui-slider',
122-
home: 'http://angular-ui.github.io/ui-slider/demo/demo.html'
122+
home: 'https://angular-ui.github.io/ui-slider/demo/demo.html'
123123
},
124124
{
125125
name: 'Layout',
126126
desc: 'This directive allows you to split stuff',
127127
src: 'https://github.com/angular-ui/ui-layout',
128-
home: 'http://angular-ui.github.io/ui-layout/'
128+
home: 'https://angular-ui.github.io/ui-layout/'
129129
},
130130
{
131131
name: 'Chart with jQplot',
132132
desc: 'This directive allows you to add a jqPlot graph to your application',
133133
src: 'https://github.com/angular-ui/ui-chart',
134-
home: 'http://angular-ui.github.io/ui-chart'
134+
home: 'https://angular-ui.github.io/ui-chart'
135135
},
136136
{
137137
name: 'Tour',
138138
desc: 'A native tour-type directive that will lace easily-controllable tooltips throughout your app',
139139
src: 'https://github.com/angular-ui/ui-tour',
140-
home: 'http://angular-ui.github.io/ui-tour/demo/demo.html'
140+
home: 'https://angular-ui.github.io/ui-tour/demo/demo.html'
141141
},
142142
{
143143
name: 'Scroll',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy