material design with purple style started

This commit is contained in:
arnaucode
2017-01-26 21:07:04 +01:00
parent d2168204dd
commit b940800b9f
8 changed files with 129 additions and 32 deletions

View File

@@ -12,9 +12,9 @@
</div>
</div>
<a ng-repeat="user in users | orderBy: 'date'" class="item item-avatar" ng-href="#/app/users/{{user.username}}">
<a ng-repeat="user in users | orderBy: 'date'" class="item item-avatar" ng-href="#/app/users/{{user._id}}">
<img ng-src="{{user.avatar}}">
<h2>{{user.username}}</h2>
<h2 class="o_text_purple600">{{user.username}}</h2>
<p>
{{user.description}}
</p>