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.
If you use ng-include (I guess any directive which creates a new scope) inside the repeat it takes the changes, but doesn't get rid of the missed elements.
I'm not completely sure if this is really a bug or is something I'm doing wrong...
The text was updated successfully, but these errors were encountered:
If you use ng-include (I guess any directive which creates a new scope)
inside the repeat it takes the changes, but doesn't get rid of the missed
elements.
I'm not completely sure if this is really a bug or is something I'm doing
wrong...
Anyway, I think it throw an error if you're including ng-include with ng-repeat (or any other which may affect) as it happens with ng-switch and ng-switch-when for example, don't you think?
I took the angular's webpage example to show what's happening: http://plnkr.co/edit/hXKOn6uAt8RnGl6nq8rK?p=preview
If you use ng-include (I guess any directive which creates a new scope) inside the repeat it takes the changes, but doesn't get rid of the missed elements.
I'm not completely sure if this is really a bug or is something I'm doing wrong...
The text was updated successfully, but these errors were encountered: