Skip to content
Snippets Groups Projects
Commit e9fc94ab authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

add debounce

parent 5c3ece87
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,9 @@ ...@@ -94,7 +94,9 @@
<span translate>API.DOC.INTEGRATE_CODE</span> <span translate>API.DOC.INTEGRATE_CODE</span>
</p> </p>
<div class="item item-input "> <div class="item item-input ">
<textarea class="gray" select-on-click rows="4" ng-model="buttonHtml"></textarea> <textarea class="gray" select-on-click rows="5"
ng-model="buttonHtml"
ng-model-options="{ debounce: 650 }"></textarea>
</div> </div>
<!-- preview --> <!-- preview -->
......
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