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
Whenever projects list changes (e.g. a new element is added to the list), the accordion-group is not redrawn. However, if we get rid of the accordion and we put the ng-repeat on a div, any change on the projects list is taken into account by the view.
Have you guys noticed any similar behaviour? any clue what are we doing wrong here?
The text was updated successfully, but these errors were encountered:
We have tried with 0.6.8 and the issue still persists when repeating over a list of strings.
However, we have solved our problem by repeating over a list of objects, which works fine.
We have tried with 0.6.8 and the issue still persists when repeating over
a list of strings.
However, we have solved our problem by repeating over a list of objects,
which works fine.
—
Reply to this email directly or view it on GitHub #149 (comment)
.
We have the following html template using the
accordion
component:The component managing the view above manages the
projects
field:Whenever
projects
list changes (e.g. a new element is added to the list), theaccordion-group
is not redrawn. However, if we get rid of theaccordion
and we put theng-repeat
on adiv
, any change on theprojects
list is taken into account by the view.Have you guys noticed any similar behaviour? any clue what are we doing wrong here?
The text was updated successfully, but these errors were encountered: