|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<h1>APP_STYLE</h1>
|
|
|
|
|
<ol class="breadcrumb">
|
|
|
|
|
<li><a ui-sref="cms">网站管理</a></li>
|
|
|
|
|
<li><a ui-sref="cms.app_style">app图标</a></li>
|
|
|
|
|
<li><a ui-sref="^" ui-sref-opts="{reload:true}">app图标</a></li>
|
|
|
|
|
<li class="active" ng-bind="!ctrl.flag?'Edit Article':'New Article'"></li>
|
|
|
|
|
</ol>
|
|
|
|
|
</section>
|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
<label class="control-label" for="short-name-search">title</label>
|
|
|
|
|
<input type="text" class="form-control" id="short-name-search" name="style_id"
|
|
|
|
|
ng-model="params.style_id" required>
|
|
|
|
|
<div class="checkbox-inline">
|
|
|
|
|
<div class="checkbox-inline" ng-if="!ctrl.flag">
|
|
|
|
|
<label><input role="button" type="radio" ng-value="true" ng-model="entity.appStyle[0].is_valid" ng-change="toggleAppStyleIsValid(params.style_id)"> Published</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|