favsList implemented, show user by username filter bug fixed

This commit is contained in:
idoctnef
2016-10-10 13:14:41 +02:00
parent 999c2c025c
commit ceef406be9
10 changed files with 64 additions and 18 deletions

View File

@@ -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>