Digital Office Automation System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

string-property-write-mode-template.html 239B

2 päivää sitten
12345678
  1. <div ng-controller="KisBpmStringPropertyCtrl">
  2. <input type="text" ng-model="property.value"
  3. class="form-control"
  4. auto-focus
  5. ng-blur="inputBlurred()"
  6. ng-keypress="enterPressed($event)"/>
  7. </div>