懒羊羊
2023-11-14 8286c62256f23bc2367a6729c0f46f84215e380b
提交 | 用户 | 时间
8286c6 1
2 <div ng-controller="KisBpmStringPropertyCtrl">
3     <input type="text" ng-model="property.value"
4            class="form-control" 
5            auto-focus
6            ng-blur="inputBlurred()"
7            ng-keypress="enterPressed($event)"/>
8 </div>