Skip to content

Commit

Permalink
templates: remove all tenplates and make userlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Mihandoost committed Dec 22, 2015
1 parent b9fda77 commit 141fa4b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 67 deletions.
14 changes: 0 additions & 14 deletions www/templates/chat-detail.html

This file was deleted.

9 changes: 0 additions & 9 deletions www/templates/tab-account.html

This file was deleted.

16 changes: 0 additions & 16 deletions www/templates/tab-chats.html

This file was deleted.

28 changes: 0 additions & 28 deletions www/templates/tab-dash.html

This file was deleted.

16 changes: 16 additions & 0 deletions www/templates/userlist.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<ion-view view-title="User List">
<ion-content>
<ion-list>
<ion-item class="item-remove-animate item-avatar item-icon-right" ng-repeat="user in userlist" type="item-text-wrap">
<img ng-src="{{user.face}}" />
<h2 ng-bind="user.name"></h2>
<p></p>
<i class="icon ion-chevron-right icon-accessory"></i>

<ion-option-button class="button-assertive">
Test
</ion-option-button>
</ion-item>
</ion-list>
</ion-content>
</ion-view>

0 comments on commit 141fa4b

Please sign in to comment.