Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 80e1998

Browse files
committed
Make demo page from master branch to be always in sync
FIX #100
1 parent 24408e9 commit 80e1998

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

demo/demo.html renamed to demo/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66
<title>AngularUI - Slider demo</title>
7-
<base href=".."></base>
8-
<link rel="stylesheet" href="bower_components/jquery-ui/themes/smoothness/jquery-ui.css">
9-
<link rel="stylesheet" href="demo/css/slider.css">
7+
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
8+
<link rel="stylesheet" href="css/slider.css">
109
<style>
1110
body {
1211
padding: 2em;
@@ -226,10 +225,10 @@ <h1>AngularUI Slider demo</h1>
226225
</div>
227226
</li>
228227
</ol>
229-
<script type="text/javascript" src="bower_components/jquery/dist/jquery.min.js"></script>
230-
<script type="text/javascript" src="bower_components/jquery-ui/ui/minified/jquery-ui.min.js"></script>
231-
<script type="text/javascript" src="bower_components/angular/angular.min.js"></script>
232-
<script type="text/javascript" src="src/slider.js"></script>
228+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
229+
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
230+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.js"></script>
231+
<script type="text/javascript" src="../src/slider.js"></script>
233232
<script>
234233
var app = angular.module('sliderDemoApp', ['ui.slider']);
235234
app.factory('colorpicker', function () {

0 commit comments

Comments
 (0)