mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 19:46:44 +01:00
favsList implemented, show user by username filter bug fixed
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a ng-repeat="user in users | orderBy: 'date'" class="item item-avatar" href="#/app/users/{{user.username}}">
|
||||
<a ng-repeat="user in users | orderBy: 'date'" class="item item-avatar" ng-href="#/app/users/{{user.username}}">
|
||||
<img ng-src="img/avatars/{{user.avatar}}.png">
|
||||
<h2>{{user.username}}</h2>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user