Thumbnails-Background eingebaut, Styles angepasst

This commit is contained in:
2016-02-04 21:35:12 +01:00
parent e0500a55fc
commit 31bafd271f
515 changed files with 242 additions and 1670 deletions

View File

@@ -49,7 +49,8 @@
<div style="padding-bottom:15px;">
<button class="button button-full button-custom" modal-select="" ng-model="backgroundpic" options="backgrounds" on-select="getBackgroundOpt(newValue, oldValue)" modal-title="Hintergrund wählen">
{{ 'Hintergrund: ' + $parent.backgroundpic || 'Hintergrund'}}
<div class="option">
<div class="option" class="item-thumbnail-left">
<img ng-src="{{option.image}}">
<h2>{{option.name}}</h2>
<p>{{option.beschreibung}}</p>
</div>