Project

General

Profile

« Previous | Next » 

Revision 40717

fixed visualization bug

View differences:

detail.html
116 116
                                    rels.related_title }}</b> </a></div>
117 117

  
118 118
                                <div class="col-lg-12">
119
                                    <f style="color: green" ng-repeat="a in rels.authors">{{ a }},</f>
119
                                    <f style="color: green" ng-repeat="a in rels.authors  track by $index">{{ a }},</f>
120 120
                                </div>
121 121
                                <div class="col-lg-12"><b>PID</b> : {{ rels.targetPID }}</div>
122 122
                                <div class="col-lg-12"><b>PID Type</b> : {{ rels.targetPIDType }}</div>
......
171 171
                                    rels.related_title }}</b> </a></div>
172 172

  
173 173
                                <div class="col-lg-12">
174
                                    <f style="color: green" ng-repeat="a in rels.authors">{{ a }},</f>
174
                                    <f style="color: green" ng-repeat="a in rels.authors  track by $index">{{ a }},</f>
175 175
                                </div>
176 176
                                <div class="col-lg-12"><b>PID</b> : {{ rels.targetPID }}</div>
177 177
                                <div class="col-lg-12"><b>PID Type</b> : {{ rels.targetPIDType }}</div>

Also available in: Unified diff