gfsd
This commit is contained in:
parent
962949fa2c
commit
5c54b5b624
4 changed files with 11 additions and 12 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue