Skip to content

Conversation

des-jender
Copy link

By calling indexOf directly on the array the JS error of issue #273 could be prevented.

PS: Not sure if the white spaces where set correctly, but the only change that I made was in line 236 _.indexOf($scope.getEnabledSteps(), step) -> $scope.getEnabledSteps().indexOf(step).

By calling indexOf directly on the array the JS error of issue angular-wizard#273 could be prevented.

PS: Not sure if the white spaces where set correctly, but the only change that I made was in line 236 `_.indexOf($scope.getEnabledSteps(), step)` -> `$scope.getEnabledSteps().indexOf(step)`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant