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

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>