This commit is contained in:
Matias Alejo Garcia 2016-08-31 15:16:00 -03:00
commit 8bc84d397d
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
6 changed files with 21 additions and 13 deletions

View file

@ -19,7 +19,7 @@
<div ng-if="!fetchingNotifications">
<div class="list card">
<div class="item item-icon-left" ng-repeat="x in notifications" ng-click="x.action()">
<div class="item" ng-repeat="x in notifications" ng-click="x.action()">
<span ng-include="'views/includes/walletActivity.html'"></span>
</div>