Skip to content

Commit 86fa33b

Browse files
Added a placeholder image till some contacts come online
1 parent e74b19e commit 86fa33b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

demo/client/app/templates/contacts.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
</button>
1111
</li>
1212
</ul>
13+
14+
<ion-item ng-if="!contacts.length">
15+
Nobody online yet.
16+
</ion-item>
1317
</ion-content>
14-
</ion-view>
18+
</ion-view>

0 commit comments

Comments
 (0)