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

Angular 1.2.0 duplicates view properties #4950

Closed
Tjorriemorrie opened this issue Nov 14, 2013 · 5 comments
Closed

Angular 1.2.0 duplicates view properties #4950

Tjorriemorrie opened this issue Nov 14, 2013 · 5 comments

Comments

@Tjorriemorrie
Copy link

Everything is fine on rc3 (which I had to revert back to).

In 1.2.0: printing the properties in views is correct initially. Then after some interaction, the properties seems to increment/duplicate.

I have no idea how this is happening (or how to duplicate), but here is a screenie:
ng error

The only code that gets executed when this happen is this in a factory:

playList.shift();
@heikki
Copy link

heikki commented Nov 14, 2013

Do you use ng-if in those duplicated things?

@Tjorriemorrie
Copy link
Author

@heikki Yes, is that an issue?

<small ng-if="song.artist">{{ song.artist.name }}</small>&nbsp;

@heikki
Copy link

heikki commented Nov 14, 2013

Yes, see #4852.

@IgorMinar
Copy link
Contributor

I believe that this was fixed in 1.2.1 already. please see #4852.

if it's not fixed, please reopen.

@Tjorriemorrie
Copy link
Author

Yes, now it works as expected, tyvm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants