南昌市物联网技防平台-后台
nnnjjj123
2021-01-28 830d1772dfae2ea5eaaf41ecb7cdbcb9efffc6c5
1
2
3
4
5
6
7
8
9
 
<div ng-controller="FlowableStringPropertyCtrl">
    <input type="text" ng-model="property.value"
           class="form-control"
           auto-focus
           select-text="property.value"
           ng-blur="inputBlurred()"
           ng-keypress="enterPressed($event)"/>
</div>