|
8 | 8 | <meta name="description" content="AngularJS (Angular) native directives for Bootstrap. Small footprint (5kB gzipped!), no 3rd party JS dependencies (jQuery, bootstrap JS) required! Widgets: <% demoModules.forEach(function(module) { %><%= module.displayName %>, <% }); %>"> |
9 | 9 | <meta name="google-site-verification" content="7lc5HyceLDqpV_6oNHteYFfxDJH7-S3DwnJKtNUKcRg" /> |
10 | 10 |
|
11 | | - <script src="http://cdnjs.cloudflare.com/ajax/libs/fastclick/0.6.7/fastclick.min.js"></script> |
12 | | - <script src="http://ajax.googleapis.com/ajax/libs/angularjs/<%= ngversion %>/angular.min.js"></script> |
13 | | - <script src="http://ajax.googleapis.com/ajax/libs/angularjs/<%= ngversion %>/angular-touch.min.js"></script> |
| 11 | + <script src="//cdnjs.cloudflare.com/ajax/libs/fastclick/0.6.7/fastclick.min.js"></script> |
| 12 | + <script src="//ajax.googleapis.com/ajax/libs/angularjs/<%= ngversion %>/angular.min.js"></script> |
| 13 | + <script src="//ajax.googleapis.com/ajax/libs/angularjs/<%= ngversion %>/angular-touch.min.js"></script> |
14 | 14 | <script src="ui-bootstrap-tpls-<%= pkg.version%>.min.js"></script> |
15 | 15 | <script src="assets/plunker.js"></script> |
16 | 16 | <script src="assets/app.js"></script> |
17 | 17 |
|
18 | | - <link href="http://netdna.bootstrapcdn.com/bootstrap/<%= bsversion %>/css/bootstrap.min.css" rel="stylesheet"/> |
| 18 | + <link href="//netdna.bootstrapcdn.com/bootstrap/<%= bsversion %>/css/bootstrap.min.css" rel="stylesheet"/> |
19 | 19 | <link rel="stylesheet" href="assets/rainbow.css"/> |
20 | 20 | <link rel="stylesheet" href="assets/demo.css"/> |
21 | 21 | <link rel="author" href="https://github.com/angular-ui/bootstrap/graphs/contributors"> |
|
80 | 80 | <div class="bs-social container"> |
81 | 81 | <ul class="bs-social-buttons"> |
82 | 82 | <li> |
83 | | - <iframe src="http://ghbtns.com/github-btn.html?user=angular-ui&repo=bootstrap&type=watch&count=true" |
| 83 | + <iframe src="//ghbtns.com/github-btn.html?user=angular-ui&repo=bootstrap&type=watch&count=true" |
84 | 84 | allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> |
85 | 85 | </li> |
86 | 86 | <li> |
87 | | - <iframe src="http://ghbtns.com/github-btn.html?user=angular-ui&repo=bootstrap&type=fork&count=true" |
| 87 | + <iframe src="//ghbtns.com/github-btn.html?user=angular-ui&repo=bootstrap&type=fork&count=true" |
88 | 88 | allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> |
89 | 89 | </li> |
90 | 90 | <li> |
|
0 commit comments