Modal inputs stops working after navigating between abstract states

Duplicate question on github. Maybe someone here knows what the problem might be?

https://github.com/driftyco/ionic/issues/2542

Angular / jQuery seems to loose track of the elements on the modal once you move away from the modal into another abstract state and navigate back to it.

Demo and Download(Zip): http://gerritvanhuyssteen.com/ionicsandbox/

Steps to reproduce:

1) Navigate to http://gerritvanhuyssteen.com/ionicsandbox/modalinputs/

2) Click on the search tab in the footer of the page.

3) Type in the search bar: item2

[You will see a list of items and once you type the number 2, it will filter down to the item]

4) Click on the clear button to clear the search.

5) Close the modal by clicking on the X

6) Click on "GOTO inner container"

[This will take you to another abstract state]

7) Click on "GOTO main container"

[Navigating you back to the main abstract state]

8) Open up search once again.

9) Type in: item3

[Could not filter to 3]

10) Clear the search bar

[Could not clear search]

If there is anything I did wrong, please point it out. I'm using this in a bigger project and giving me hassles.