Skip to content

Commit

Permalink
chore: wrong link to stepper in demo app (angular#6790)
Browse files Browse the repository at this point in the history
Fixes the stepper link not pointing to the correct page.
  • Loading branch information
crisbeto authored and tinayuangao committed Sep 6, 2017
1 parent ffa4d9d commit 0786518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo-app/demo-app/demo-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class DemoApp {
{name: 'Slider', route: '/slider'},
{name: 'Slide Toggle', route: '/slide-toggle'},
{name: 'Snack Bar', route: '/snack-bar'},
{name: 'Stepper', route: 'stepper'},
{name: 'Stepper', route: '/stepper'},
{name: 'Table', route: '/table'},
{name: 'Tabs', route: '/tabs'},
{name: 'Toolbar', route: '/toolbar'},
Expand Down

0 comments on commit 0786518

Please sign in to comment.