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

Commit 528b932

Browse files
committed
Merge pull request #67 from sublimino/angular1.2
Fixed invalid bower components path for jquery-ui.css in demo page.
2 parents 6895c81 + 21ed8a0 commit 528b932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/demo.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
99
<title>AngularUI - Sortable Demo</title>
1010
<base href=".."></base>
11-
<link rel="stylesheet" href="components/jquery-ui/themes/smoothness/jquery-ui.css">
11+
<link rel="stylesheet" href="bower_components/jquery-ui/themes/smoothness/jquery-ui.css">
1212
<link rel="stylesheet" href="demo/demo.css">
1313
<script type="text/javascript" src="bower_components/jquery/jquery.js"></script>
1414
<script type="text/javascript" src="bower_components/jquery-ui/ui/jquery-ui.js"></script>
@@ -58,4 +58,4 @@ <h2>ui.sortable demo</h2>
5858
</ul>
5959
</div>
6060
</body>
61-
</html>
61+
</html>

0 commit comments

Comments
 (0)