Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
See if protocol-less urls allows http and https versions of the example.
Browse files Browse the repository at this point in the history
  • Loading branch information
cthrax committed Nov 28, 2014
1 parent d45f66d commit 5489dfc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/example.html
Expand Up @@ -12,10 +12,10 @@
};
</script>
<script src="https://rawgithub.com/bestiejs/json3/v3.2.5a/lib/json3.min.js"></script>
<script src="https://rawgithub.com/kriskowal/es5-shim/v2.1.0/es5-shim.min.js"></script>
<script src="https://rawgithub.com/jwmcpeak/EventShim/master/eventShim.js"></script>
<script src="https://rawgithub.com/aFarkas/html5shiv/3.7.0/src/html5shiv.js"></script>
<script src="//rawgithub.com/bestiejs/json3/v3.2.5a/lib/json3.min.js"></script>
<script src="//rawgithub.com/kriskowal/es5-shim/v2.1.0/es5-shim.min.js"></script>
<script src="//rawgithub.com/jwmcpeak/EventShim/master/eventShim.js"></script>
<script src="//rawgithub.com/aFarkas/html5shiv/3.7.0/src/html5shiv.js"></script>
<![endif]-->

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"/>
Expand Down Expand Up @@ -465,7 +465,7 @@ <h2>angular-google-maps: <span ng-cloak>{{version}}</span>, google-maps: <span n
<script src="../website_libs/dev_deps.js"></script>

<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.js"></script>
<script src="../dist/angular-google-maps_dev_mapped.js"></script>
<script src="assets/scripts/mocks/heat-layer.js"></script>
<script src="assets/scripts/controllers/example.js"></script>
Expand Down

0 comments on commit 5489dfc

Please sign in to comment.