|
|
|
@ -13,14 +13,6 @@
|
|
|
|
|
<label class="control-label" for="jsModule">Js Module</label>
|
|
|
|
|
<input class="form-control" id="jsModule" ng-model="module.js_module">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label" for="jsPath">Js Path</label>
|
|
|
|
|
<input class="form-control" id="jsPath" ng-model="module.js_path">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label" for="remark">Remark</label>
|
|
|
|
|
<input class="form-control" id="remark" ng-model="module.remark">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group" ng-if="nameEditable">
|
|
|
|
|
<label class="control-label">是否开放</label>
|
|
|
|
|
<input class="control-in" type="checkbox" ng-model="module.initialize" bs-switch
|
|
|
|
|