You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Just noticed a problem with two-way binding inside an ng-if block.
I understand that DOM with ng-if directive does not exist if the condition is not met. In my case the condition is clearly met but still the value from a textbox does not get binded to the $scope.
Is this a known issue ?
Here is a fiddle I recreated http://jsfiddle.net/t2shwwc9/