Resolved #11 - add scale filter.

This commit is contained in:
Alexander Zobnin
2015-06-20 17:35:46 +03:00
parent 721d978930
commit c4df472f6c
2 changed files with 23 additions and 4 deletions

View File

@@ -125,6 +125,15 @@
placeholder="Item filter (regex)"
ng-blur="targetBlur()">
</li>
<!-- Scale -->
<li>
<input type="text"
class="tight-form-input input-small"
ng-model="target.scale"
spellcheck='false'
placeholder="Set scale"
ng-blur="targetBlur()">
</li>
</ul>
<div class="clearfix"></div>