Adjust last animation change to fix test #45
Reference in New Issue
Block a user
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Was getting error:
Tried to debug and see why the test was failing. Looking at the code just led to not knowing how the test ever even could pass since
modal.closewhen called immediately after open, always checks the $modalStack before the new modalInstance is even added to it. Regardless, moved that part of the backdrop close listener outside of the postDigest call.wrong branch
Pull request closed