|
5 | 5 | <title>AngularJS ui-select</title> |
6 | 6 |
|
7 | 7 | <!-- |
8 | | - IE8 support, see AngularJS Internet Explorer Compatibility http://docs.angularjs.org/guide/ie |
| 8 | + IE8 support, see AngularJS Internet Explorer Compatibility https://docs.angularjs.org/guide/ie |
9 | 9 | For Firefox 3.6, you will also need to include jQuery and ECMAScript 5 shim |
10 | 10 | --> |
11 | 11 | <!--[if lt IE 9]> |
12 | | - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script> |
13 | | - <script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/2.2.0/es5-shim.js"></script> |
| 12 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script> |
| 13 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/2.2.0/es5-shim.js"></script> |
14 | 14 | <script> |
15 | 15 | document.createElement('ui-select'); |
16 | 16 | document.createElement('ui-select-match'); |
17 | 17 | document.createElement('ui-select-choices'); |
18 | 18 | </script> |
19 | 19 | <![endif]--> |
20 | 20 |
|
21 | | - <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.js"></script> |
22 | | - <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular-sanitize.js"></script> |
| 21 | + <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.js"></script> |
| 22 | + <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular-sanitize.js"></script> |
23 | 23 |
|
24 | 24 | <!-- ui-select files --> |
25 | 25 | <script src="./dist/select.js"></script> |
|
28 | 28 | <script src="./assets/demo.js"></script> |
29 | 29 |
|
30 | 30 | <!-- themes --> |
31 | | - <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.css"> |
32 | | - <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.css"> |
33 | | - <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.default.css"> |
34 | | - <!-- <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.bootstrap2.css"> --> |
35 | | - <!--<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.bootstrap3.css">--> |
| 31 | + <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.css"> |
| 32 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.4.5/select2.css"> |
| 33 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.default.css"> |
| 34 | + <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.bootstrap2.css"> --> |
| 35 | + <!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.8.5/css/selectize.bootstrap3.css">--> |
36 | 36 |
|
37 | 37 | <style> |
38 | 38 | body { |
|
0 commit comments