| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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)`.
| Back | FazBrowse Home | New Git URL |
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).