Skip to content

Commit 0e8d5a9

Browse files
committed
Stepper Demo: refactor jQuery demo
1 parent ec24af6 commit 0e8d5a9

File tree

4 files changed

+248
-226
lines changed

4 files changed

+248
-226
lines changed

apps/demos/Demos/Stepper/FormIntegration/jQuery/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const initialSteps = [
1+
const steps = [
22
{
33
label: 'Dates', hint: 'Dates', icon: 'daterangepicker',
44
},

apps/demos/Demos/Stepper/FormIntegration/jQuery/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="content">
1919
<div id="stepContent"></div>
2020
<div class="nav-panel">
21-
<div class="current-step"> Step <span class="selected-index">1</span> of <span class="step-count"></span> </div>
21+
<div class="current-step"> Step <span class="selected-index">1</span> of 5<span class="step-count"></span> </div>
2222
<div class="nav-buttons">
2323
<div id="prevButton"></div>
2424
<div id="nextButton"></div>

0 commit comments

Comments
 (0)