公告板
版本库
filestore
活动
搜索
登录
main
/
nongtou-project-java
农投项目管理系统java后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
删除
zxl
1 天以前
ceb5801b07f6ff21452a7a9bdc492f4567b0b8dc
[nongtou-project-java.git]
/
start
/
target
/
classes
/
static
/
designer
/
editor-app
/
configuration
/
properties
/
transition-event-write-template.html
1
2
3
4
5
6
7
8
9
10
<div ng-controller="FlowableTransitionEventCtrl">
<select ng-model="property.value" ng-change="transitionEventChanged()">
<option>complete</option>
<option>exit</option>
<option>occur</option>
<option>start</option>
<option>terminate</option>
</select>
</div>