Skip to content

Commit ccc18dc

Browse files
authored
Merge pull request #1211 from garberg/fix_remove_prefix_avp
Fixed removal of extra attributes
2 parents 2963e3d + 75d47e7 commit ccc18dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nipap-www/nipapwww/public/templates/prefix_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ <h3 class="options-group-heading">Prefix options</h3>
306306
<input type="text" style="width: 100%;" ng-model="avp.value">
307307
</td>
308308
<td class="col-md-1" style="padding-top: 3px; padding-bottom: 3px;">
309-
<button type="button" class="btn btn-xs btn-danger" ng-click="removeAvp(avp.attribute)">
309+
<button type="button" class="btn btn-xs btn-danger" ng-click="removeAvp(avp)">
310310
<span class="glyphicon glyphicon-minus"></span> Remove
311311
</button>
312312
</td>

0 commit comments

Comments
 (0)