8 lines
239 B
HTML
8 lines
239 B
HTML
|
|
||
|
<div ng-controller="KisBpmStringPropertyCtrl">
|
||
|
<input type="text" ng-model="property.value"
|
||
|
class="form-control"
|
||
|
auto-focus
|
||
|
ng-blur="inputBlurred()"
|
||
|
ng-keypress="enterPressed($event)"/>
|
||
|
</div>
|