dashboard
repositories
filestore
activity
search
login
admin
/
jfptht-publicSecurity
forked from
jfptht-publicSecurity
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://192.168.0.105:10010/r/jfptht-publicSecurity
zengh
2021-06-11
02fe295ee1dc726717cc005de584d0ebd05d8e92
[~admin/jfptht-publicSecurity.git]
/
blade-ops
/
blade-flow-design
/
src
/
main
/
resources
/
static
/
editor-app
/
configuration
/
properties
/
calledelementtype-property-write-template.html
1
2
3
4
5
6
7
<div ng-controller="FlowableCalledElementTypeCtrl">
<select ng-model="property.value" ng-change="calledElementTypeChanged ()">
<option>key</option>
<option>id</option>
</select>
</div>