File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ <h1 ng-if="ENV.name != 'production'" class="title" id="devTag">dev</h1>
23
23
< i class ="icon ion-looping " ng-if ="processing "> </ i >
24
24
</ ion-item >
25
25
< ion-item menu-close class ="item-icon-left " ng-if ="loginName " href ="#/user/{{loginName}} ">
26
- < i class ="icon ion-ios7- person "> </ i >
26
+ < i class ="icon ion-person "> </ i >
27
27
{{loginName}}
28
28
</ ion-item >
29
29
< ion-item menu-close class ="item-icon-left " href ="#/my/messages " ng-if ="loginName ">
30
- < i class ="icon ion-ios7- email "> </ i >
30
+ < i class ="icon ion-email "> </ i >
31
31
我的消息
32
32
< span ng-if ="messagesCount " class ="badge badge-assertive messagesCount ">
33
33
{{messagesCount > 9 ? 'N' : messagesCount}}
Original file line number Diff line number Diff line change 4
4
</ ion-nav-buttons >
5
5
< ion-content class ="has-header ">
6
6
7
- < ion-refresher ng-if ="topics.length > 0 || loadError " pulling-text ="下拉刷新... " on-refresh ="doRefresh() " refreshing-icon =" ion-loading-c " >
7
+ < ion-refresher ng-if ="topics.length > 0 || loadError " pulling-text ="下拉刷新... " on-refresh ="doRefresh() ">
8
8
</ ion-refresher >
9
9
< ion-list class ="topics ">
10
10
< ion-item class ="item-avatar "
11
11
collection-repeat ="topic in topics "
12
12
collection-item-width ="'100%' "
13
13
collection-item-height ="73 "
14
+ ng-style ="{width: 'auto', height: '75px'} "
14
15
href ="#/topic/{{topic.id}} ">
15
16
< img ng-src ="{{topic.author.avatar_url | protocol}} " ng-if ="!settings.saverMode " reset-img >
16
17
< h2 > {{topic.title}}</ h2 >
@@ -28,7 +29,7 @@ <h2>{{topic.title}}</h2>
28
29
Loading icon of infinte-scroll not showing with collection-repeat
29
30
https://github.com/driftyco/ionic/issues/2376
30
31
-->
31
- < ion-infinite-scroll on-infinite ="loadMore() " distance ="10% " icon =" ion-loading-c " ng-if ="hasNextPage && !loadError ">
32
+ < ion-infinite-scroll on-infinite ="loadMore() " distance ="10% " ng-if ="hasNextPage && !loadError ">
32
33
</ ion-infinite-scroll >
33
34
</ ion-content >
34
35
</ ion-view >
You can’t perform that action at this time.
0 commit comments