Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
I
i20rzslider
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jedife
i20rzslider
Commits
b8279045
Commit
b8279045
authored
Jul 22, 2015
by
Valentin Hervieu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run demo website on latest master code
parent
a9739ebe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.html
index.html
+2
-2
No files found.
index.html
View file @
b8279045
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
AngularJS Touch Slider
</title>
<title>
AngularJS Touch Slider
</title>
<link
rel=
"stylesheet"
href=
"demo.css"
/>
<link
rel=
"stylesheet"
href=
"demo.css"
/>
<link
rel=
"stylesheet"
href=
"rzslider.css"
/>
<link
rel=
"stylesheet"
href=
"
https://rawgit.com/rzajac/angularjs-slider/master/dist/
rzslider.css"
/>
<link
href=
'http://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
rel=
'stylesheet'
type=
'text/css'
>
<link
href=
'http://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
rel=
'stylesheet'
type=
'text/css'
>
<!-- Latest compiled and minified CSS -->
<!-- Latest compiled and minified CSS -->
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"
>
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
</body>
</body>
<script
src=
"angular.min.js"
></script>
<script
src=
"angular.min.js"
></script>
<script
src=
"
rzslider
.js"
></script>
<script
src=
"
https://rawgit.com/rzajac/angularjs-slider/master/dist/rzslider.min
.js"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.13.0/ui-bootstrap-tpls.js"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.13.0/ui-bootstrap-tpls.js"
></script>
<script>
<script>
var
app
=
angular
.
module
(
'plunker'
,
[
'ui.bootstrap'
,
'rzModule'
]);
var
app
=
angular
.
module
(
'plunker'
,
[
'ui.bootstrap'
,
'rzModule'
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment