first commit
This commit is contained in:
@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user