This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
I'm using 1.2 RC2 and I found an issue with ng-if.
If I put a 2-way binding inside of an ng-if directive, the binding breaks as soon as you start writing into the input. I have recreated it here:
http://codepen.io/BrianGenisio/pen/hEkun
If you change ng-if to ng-show, everything works.