Skip to content
Snippets Groups Projects
Commit 4f773de6 authored by Emmanuel ROHEE's avatar Emmanuel ROHEE
Browse files

BF: The enter key in the image URL box called sendImage() with no argument

parent c5d601d5
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@
<td>
</td>
<td>
<input id="mainInput" ng-model="imageURLToSend" ng-enter="sendImage()" placeholder="Image URL"/>
<input id="mainInput" ng-model="imageURLToSend" ng-enter="sendImage(imageURLToSend)" placeholder="Image URL"/>
</td>
<td width="100px">
<button ng-click="sendImage(imageURLToSend)">Send URL</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment