Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish called on destroy instead of cancel #41

Closed
rdzidziguri opened this issue May 16, 2016 · 1 comment
Closed

Finish called on destroy instead of cancel #41

rdzidziguri opened this issue May 16, 2016 · 1 comment

Comments

@rdzidziguri
Copy link

I have a multystep container within another directive which works perfectly till i try to destroy parent container. when parent container is destroyed, instead of calling cancel it calls onFinish which makes it usless because every time i try to close drawer onFinish is called which results in API call. is that normal should not finish be called explicitly? why is it always calling finish even if parent container gets destroyed without finishing wizard?

@troch troch closed this as completed in 9968704 May 17, 2016
@troch
Copy link
Owner

troch commented May 17, 2016

No it's not normal, and that is a bug, fixed in 1.2.9

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

No branches or pull requests

2 participants