Skip to content

Commit

Permalink
docs: path for angular-dragdrop was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgamer committed Jul 9, 2014
1 parent 92b2607 commit 05502bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/interactive.swig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<html ng-app="docs-interactive">
{% endblock %}
{% block javascript %}
<script type="text/javascript" src="/libs/angular-dragdrop.js"></script>
<script type="text/javascript" src="libs/angular-dragdrop.js"></script>
<script type="text/javascript">{% include './interactive.js' %}</script>
{% endblock %}

Expand Down

0 comments on commit 05502bd

Please sign in to comment.