Closed
Description
This is a (check one box):
- Bug Report
- Feature Request
- General Query
My version of UI-Router is: (type version)
1.0.12, but the problem also exists in version 1.0.5
Bug Report
Current Behavior:
When switching between states, the JS-Heap increase and get not garbage collected. See the following screenshot.
For the example above i used the uirouter example in plunker.
As i analyzed the heap in detail i saw that the number of Transition-Objects increase with time.
Expected Behavior:
The JS-Heap get garbage collected after switching back to previous state.
Link to Plunker or stackblitz that reproduces the issue:
You can reproduce the problem with the uirouter example app in plunker: example
Just switch multiple times between the state "hello" and "about".