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

Commit 1639015

Browse files
demo(*): loag jQuery from the CDN - this time for real
1 parent 29aed22 commit 1639015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/demo-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="AngularJS native directives for Twitter Bootstrap">
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88

9-
<script src="assets/jquery.min.js"></script>
9+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
1010
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/<%= ngversion %>/angular.min.js"></script>
1111
<script src="ui-bootstrap-tpls-<%= version%>.min.js"></script>
1212
<script src="assets/select2.js"></script>

0 commit comments

Comments
 (0)