diff --git a/components/steps/steps.ts b/components/steps/steps.ts index e4b5c4af16e..49633417179 100644 --- a/components/steps/steps.ts +++ b/components/steps/steps.ts @@ -12,7 +12,7 @@ import {Router} from '@angular/router'; [ngClass]="{'ui-state-highlight':(i === activeIndex),'ui-state-default':(i !== activeIndex), 'ui-state-disabled':(i !== activeIndex && readonly),'ui-state-hover':(menuitem == hoveredItem&&!readonly)}"> - {{i}} + {{i + 1}} {{item.label}}