This commit is contained in:
Lorenzo Iovino 2016-01-31 00:17:35 +01:00
parent 962949fa2c
commit 5c54b5b624
4 changed files with 11 additions and 12 deletions

View file

@ -8,7 +8,7 @@
<div class="list category-homes">
<a ng-repeat="source in category_sources" class="item item-icon-right" ui-sref="app.category-entries({categoryId: categoryId, sourceId: (source.title | slugify)})">
<a ng-repeat="source in category_sources" class="item item-icon-right" ui-sref="app.category-entries({categoryId: categoryId, sourceId: (source.title)})">
<div class="thumbnail-outer" style="height:80px;">
<pre-img ratio="_1_1" helper-class="">
<img class="" ng-src="{{source.image}}" spinner-on-load>