Closed steveblue closed 10 years ago
I just tested this in our web app and the container surface is destroying as prescribed.
@steveblue just sent you a more detailed email, but this same issue should be resolved simply by removing the throw
statement in fa-container-surface.js (which is done here 422576a573d). This is something we should have caught in the renderGate refactor, but we missed it. Thank you for creating this work-around, either way.
This fix seems to clean up the view that contains a SurfaceContainer after stateChange events fire from ui-router.
Please implement tests on this fix, it's working in our web app, but not 100% sure it's a clean implementation. I basically used the same methods found in other layouts, but the ContainerSurface is a different animal and does not have a sequenceFrom method.