Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Update bower components directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sublimino committed Dec 2, 2013
1 parent 6b79634 commit cbcc5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>AngularUI - Sortable Demo</title>
<base href=".."></base>
<link rel="stylesheet" href="components/jquery-ui/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="bower_components/jquery-ui/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="demo/demo.css">
<script type="text/javascript" src="bower_components/jquery/jquery.js"></script>
<script type="text/javascript" src="bower_components/jquery-ui/ui/jquery-ui.js"></script>
Expand Down Expand Up @@ -58,4 +58,4 @@ <h2>ui.sortable demo</h2>
</ul>
</div>
</body>
</html>
</html>

0 comments on commit cbcc5ae

Please sign in to comment.