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 2d11f06 commit 515faaeCopy full SHA for 515faae
artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/sendMessage.js
@@ -94,7 +94,7 @@ var Artemis;
94
<option value="javascript">JSON</option>
95
<option value="xml">XML</option>
96
</select>
97
- <button class="btn btn-default" ng-click="$ctrl.formatMessage()"
+ <button class="btn btn-default" ng-click="$ctrl.message.formatMessage()"
98
title="Automatically pretty prints the message so its easier to read">Format
99
</button>
100
</div>
0 commit comments