-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
templates: remove all tenplates and make userlist
- Loading branch information
Ali Mihandoost
committed
Dec 22, 2015
1 parent
b9fda77
commit 141fa4b
Showing
5 changed files
with
16 additions
and
67 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |