We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2963e3d + 75d47e7 commit ccc18dcCopy full SHA for ccc18dc
1 file changed
nipap-www/nipapwww/public/templates/prefix_form.html
@@ -306,7 +306,7 @@ <h3 class="options-group-heading">Prefix options</h3>
306
<input type="text" style="width: 100%;" ng-model="avp.value">
307
</td>
308
<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)">
+ <button type="button" class="btn btn-xs btn-danger" ng-click="removeAvp(avp)">
310
<span class="glyphicon glyphicon-minus"></span> Remove
311
</button>
312
0 commit comments