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

Commit bd8e263

Browse files
committed
Use HTTPS everywhere possible
1 parent c803569 commit bd8e263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="utf-8">
55
<title>AngularJS ui-event</title>
66

7-
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.1/angular.js"></script>
8-
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css">
7+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.1/angular.js"></script>
8+
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css">
99

1010
<!-- ui-event files -->
1111
<script src="../dist/event.js"></script>

0 commit comments

Comments
 (0)