|
|
@ -22,7 +22,7 @@
|
|
|
|
<input class="form-control" id="remark" ng-model="module.remark">
|
|
|
|
<input class="form-control" id="remark" ng-model="module.remark">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group" ng-if="nameEditable">
|
|
|
|
<div class="form-group" ng-if="nameEditable">
|
|
|
|
<label class="control-label">是否初始化</label>
|
|
|
|
<label class="control-label">是否开放</label>
|
|
|
|
<input class="control-in" type="checkbox" ng-model="module.initialize" bs-switch
|
|
|
|
<input class="control-in" type="checkbox" ng-model="module.initialize" bs-switch
|
|
|
|
switch-change="init()">
|
|
|
|
switch-change="init()">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|