Skip to content

Commit

Permalink
remove icon and use ccms-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
hjzheng committed Aug 24, 2017
1 parent 414d424 commit 57ad0e4
Show file tree
Hide file tree
Showing 27 changed files with 19 additions and 5,821 deletions.
8 changes: 4 additions & 4 deletions demos/common/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ <h3>业务组件</h3>
</ul>
</li>
<li>
<h3>图标</h3>
<h3>图标(已经迁移到ccms-icons)</h3>
<ul>
<li class="item"><a target="_blank" href="/src/assets/iconfont/demo_fontclass.html">fontclass</a></li>
<li class="item"><a target="_blank" href="/src/assets/iconfont/demo_symbol.html">symbol</a></li>
<li class="item"><a target="_blank" href="/src/assets/iconfont/demo_unicode.html">unicode</a></li>
<li class="item"><a target="_blank" href="https://github.com/hjzheng/ccms-icons">fontclass</a></li>
<li class="item"><a target="_blank" href="https://github.com/hjzheng/ccms-icons">symbol</a></li>
<li class="item"><a target="_blank" href="https://github.com/hjzheng/ccms-icons">unicode</a></li>
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion demos/components/select/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h3>单选(带icon)</h3>
{title: '南京', value: 'nj', icon: 'icon-phone'},
{title: '武汉', value: 'wh', icon: 'icon-phone'},
{title: '重庆', value: 'cq', icon: 'icon-phone'},
{title: '广州', value: 'gz', icon: 'icon-phone'}
{title: '广州', value: 'gz', icon: 'icon-cl-wx'}
];
this.setValue = function(newValue) {
this.value2 = newValue;
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"angular-es-utils": "^2.1.2",
"angular-resource": "1.5.8",
"angular-ui-router": "0.2.18",
"ccms-icons": "^0.0.1",
"jquery": "1.11.0",
"jquery.nicescroll": "^3.6.8",
"normalize.css": "^4.1.1"
Expand Down
Loading

0 comments on commit 57ad0e4

Please sign in to comment.