We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abff60 commit 2d11f06Copy full SHA for 2d11f06
artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/sendMessage.js
@@ -70,7 +70,7 @@ var Artemis;
70
<td><input type="text" class="form-control" ng-model="header.name" placeholder="Name" autocomplete="off" id="name"></td>
71
<td><input type="text" class="form-control" ng-model="header.value" placeholder="Value" autocomplete="off" id="value"></td>
72
<td><div class="input-group-prepend">
73
- <button type="button" class="btn btn-default" title="Delete" ng-click="$ctrl.removeHeader(header)">
+ <button type="button" class="btn btn-default" title="Delete" ng-click="$ctrl.message.removeHeader(header)">
74
<span class="pficon pficon-delete"></span>
75
</button>
76
</div></td>
0 commit comments