FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix JS Error of issue #273 by des-jender · Pull Request #276 · angular-wizard/angular-wizard · GitHub

Fix JS Error of issue #273 - #276

Open
des-jender wants to merge 1 commit into
angular-wizard:masterfrom
des-jender:patch-1
Open

Fix JS Error of issue #273#276
des-jender wants to merge 1 commit into
angular-wizard:masterfrom
des-jender:patch-1

Conversation

Copy link
Copy Markdown

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)`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL