Skip to content

Commit

Permalink
Merge pull request #24 from redwyre/patch-1
Browse files Browse the repository at this point in the history
include angular using protocol-relative URL
  • Loading branch information
Ehesp committed Aug 20, 2015
2 parents b7553f6 + 3450921 commit 8cee4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@

<toasty></toasty>

<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="../dist/angular-toasty.js"></script>

<!-- Demo Script -->
<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 8cee4fc

Please # to comment.