Improves album directives

This commit is contained in:
2016-02-12 11:37:36 +01:00
parent df62e82922
commit ce1ee99c9f
5 changed files with 24 additions and 18 deletions

View File

@@ -1,3 +1,7 @@
<div class="album">
<img class="img-responsive img-album-cover" alt="{{album.titre}}" ng-src="{{album.CoverURL}}"/>
<div class="cover-container">
<div class="cover">
<img class="img-responsive img-album-cover" alt="{{album.titre}}" ng-src="{{album.CoverURL}}"/>
</div>
</div>
<p>{{album.serie}}</p>