升级 avalon 到1.5.4,增加 pager 的 web 组件。修复升级带来的部分兼容性问题

This commit is contained in:
virusdefender
2015-10-16 20:44:41 +08:00
parent 723b26a828
commit e7aa9ce9a6
7 changed files with 11570 additions and 5 deletions

View File

@@ -69,8 +69,8 @@
<ul class="list-group">
<div ms-repeat="adminNavList">
<li class="list-group-header">{{ el.name }}</li>
<li class="list-group-item" ms-attr-id="getLiId(item.hash)" ms-repeat-item="el.children">
<a ms-attr-href="el.hash">{{ item.name }}</a>
<li class="list-group-item" ms-repeat-item="el.children" ms-attr-id="getLiId(item.hash)" >
<a ms-attr-href="item.hash">{{ item.name }}</a>
</li>
</div>
</ul>

View File

@@ -64,7 +64,7 @@
</div>
<div class="row">
<div class="form-group col-md-4"><label>新密码(留空则保留原密码)</label>
<input name="password" type="password" class="form-control" id="password" ms-duplex="password"
<input name="password" type="password" class="form-control" id="password"
placeholder="此项留空则保留原密码" data-minlength="6" data-minlength-error="密码不得少于6位">
<div class="help-block with-errors"></div>
</div>