I think I found a JS Bug in the newest Version of the angular-wizard.
When returning 'false' in a canexit function this error apears in the console:

After debugging it, I found a Typo in /dist/angular-wizard.js in Line 236 where '_' is used instead of a variable.
index: _.indexOf($scope.getEnabledSteps(),
Could you fix this?
I think I found a JS Bug in the newest Version of the angular-wizard.
When returning 'false' in a canexit function this error apears in the console:

After debugging it, I found a Typo in /dist/angular-wizard.js in Line 236 where '_' is used instead of a variable.
index: _.indexOf($scope.getEnabledSteps(),Could you fix this?