懒羊羊
2023-11-14 8286c62256f23bc2367a6729c0f46f84215e380b
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>