Skip to content

Commit

Permalink
docs(stepper): Replace incorrect use of nbStepperNext in disabled pre…
Browse files Browse the repository at this point in the history
…vious step with nbStepperPrevious in stepper examples

Issue akveo#3179
  • Loading branch information
MatthewJohn committed May 5, 2023
1 parent 4c4d846 commit d078c20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4>Step content #1</h4>
Nullizzle sapien velizzle, my shizz pimpin', shizzle my nizzle crocodizzle shut the shizzle up,
gravida vizzle, dang.
</p>
<button nbButton disabled nbStepperNext>prev</button>
<button nbButton disabled nbStepperPrevious>prev</button>
<button nbButton nbStepperNext>next</button>
</nb-step>
<nb-step [label]="labelTwo">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4>Step content #1</h4>
Lorizzle ipsum dolizzle stuff fizzle, consectetuer adipiscing break it down. Nullizzle sapien velizzle, my
shizz pimpin', shizzle my nizzle crocodizzle shut the shizzle up, gravida vizzle, dang.
</p>
<button nbButton disabled nbStepperNext>prev</button>
<button nbButton disabled nbStepperPrevious>prev</button>
<button nbButton nbStepperNext>next</button>
</nb-step>
<nb-step [label]="labelTwo">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h4>Step content #1</h4>
sed ornare magna. Mauris vitae laoreet diam. Mauris fermentum ligula at lacinia semper. Nulla placerat dui
eu sapien pellentesque, eu placerat leo luctus. Cras pharetra blandit fermentum.
</p>
<button nbButton disabled nbStepperNext>prev</button>
<button nbButton disabled nbStepperPrevious>prev</button>
<button nbButton nbStepperNext>next</button>
</nb-step>
<nb-step label="Second step">
Expand Down

0 comments on commit d078c20

Please sign in to comment.