mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 16:28:33 +08:00
4 lines
138 B
HTML
4 lines
138 B
HTML
|
|
<div ng-controller="FlowableBooleanPropertyCtrl">
|
|
<input type="checkbox" ng-model="property.value" ng-change="changeValue()"/>
|
|
</div> |