kimi42345
2020-03-11 2c43f24c1a778b48ac20b07e17f5da38136cafb4
1
2
3
4
5
6
7
8
 
<div ng-controller="KisBpmStringPropertyCtrl">
    <input type="text" ng-model="property.value"
           class="form-control" 
           auto-focus
           ng-blur="inputBlurred()"
           ng-keypress="enterPressed($event)"/>
</div>