ng-inail-common 1.0.459 → 1.0.461

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4359,8 +4359,7 @@
4359
4359
  * @return {?}
4360
4360
  */
4361
4361
  function (step) {
4362
- // return (this.fullNavigation && stepIndex != this.currentStep) || stepIndex < this.currentStep;
4363
- return (this.fullNavigation) || step.index <= this.currentStep || (this.activateVisitedStep === true && step.visited);
4362
+ return !(step.index == this.currentStep) && ((this.fullNavigation) || step.index <= this.currentStep || (this.activateVisitedStep === true && step.visited));
4364
4363
  };
4365
4364
  /**
4366
4365
  * @param {?} step