Yangman - cleaned code
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / request-header.tpl.html
index 23e01d3213d08c3f1a72621f2a2cc9b38837280f..2493e2779287cb9690ae4a54773369110fa8a813 100644 (file)
@@ -17,7 +17,8 @@
             <md-input-container flex md-no-float ng-if="rightPanelSection === requestHeader.constants.DISPLAY_TYPE_REQ_DATA">
                 <input type="text"
                        ng-model="requestHeader.requestUrl"
-                       placeholder="{{'YANGMAN_REQ_URL' | translate}}">
+                       placeholder="{{'YANGMAN_REQ_URL' | translate}}"
+                       spellcheck="false">
             </md-input-container>
 
             <div ng-repeat="pathElem in selectedSubApi.pathArray"