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.
Using remove button fires up the remove function from the controller, removes one person from the people collection but the row remains displayed, yet without any data. Removing ngForm directive from the <tr> that has ngRepeat resolves the issue, however I need that ngForm there in my case :)
I couldn't get a fiddle or codepen working, dunno why but the example should be simple enough. Tested on 1.4.1 but haven't seen any changes since then in changelog that could suggest it was fixed anyhow.
The text was updated successfully, but these errors were encountered:
consider this example:
Using remove button fires up the remove function from the controller, removes one person from the
people
collection but the row remains displayed, yet without any data. RemovingngForm
directive from the<tr>
that hasngRepeat
resolves the issue, however I need thatngForm
there in my case :)I couldn't get a fiddle or codepen working, dunno why but the example should be simple enough. Tested on 1.4.1 but haven't seen any changes since then in changelog that could suggest it was fixed anyhow.
The text was updated successfully, but these errors were encountered: