Kaufbutton Beschriftung geändert bei Flatrate
This commit is contained in:
@@ -7,6 +7,7 @@ angular.module('starter.controllers', [])
|
||||
$scope.freitext="";
|
||||
$scope.items=[];
|
||||
$scope.item=[];
|
||||
$scope.kaufbutton='Jetzt Kaufen';
|
||||
|
||||
|
||||
$scope.backgroundpic = "1";
|
||||
@@ -205,6 +206,7 @@ $scope.show = function() {
|
||||
$scope.rosen1preistag="kostenlos - Flatrate";
|
||||
$scope.rosen3preistag="kostenlos - Flatrate";
|
||||
$scope.rosen9preistag="kostenlos - Flatrate";
|
||||
$scope.kaufbutton='kostenlos laden';
|
||||
|
||||
}
|
||||
|
||||
@@ -334,6 +336,7 @@ $scope.show = function() {
|
||||
$scope.rosen1preistag="kostenlos - Flatrate";
|
||||
$scope.rosen3preistag="kostenlos - Flatrate";
|
||||
$scope.rosen9preistag="kostenlos - Flatrate";
|
||||
$scope.kaufbutton='kostenlos laden';
|
||||
|
||||
$timeout(getProducts, 300);
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col col-50"><button class="button button-full button-small icon-left ion-image button-custom" ng-click="validate()">Vorschau</button></div>
|
||||
<div class="col col-50"><button class="button button-full button-small icon-left ion-social-euro button-custom" ng-disabled="!$parent.preis || !$parent.freitext || !$parent.name" ng-click="buyRose()">Jetzt Kaufen</button></div>
|
||||
<div class="col col-50"><button class="button button-full button-small icon-left ion-social-euro button-custom" ng-disabled="!$parent.preis || !$parent.freitext || !$parent.name" ng-click="buyRose()">{{kaufbutton}}</button></div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
@@ -7,6 +7,7 @@ angular.module('starter.controllers', [])
|
||||
$scope.freitext="";
|
||||
$scope.items=[];
|
||||
$scope.item=[];
|
||||
$scope.kaufbutton='Jetzt Kaufen';
|
||||
|
||||
|
||||
$scope.backgroundpic = "1";
|
||||
@@ -205,6 +206,7 @@ $scope.show = function() {
|
||||
$scope.rosen1preistag="kostenlos - Flatrate";
|
||||
$scope.rosen3preistag="kostenlos - Flatrate";
|
||||
$scope.rosen9preistag="kostenlos - Flatrate";
|
||||
$scope.kaufbutton='kostenlos laden';
|
||||
|
||||
}
|
||||
|
||||
@@ -334,6 +336,7 @@ $scope.show = function() {
|
||||
$scope.rosen1preistag="kostenlos - Flatrate";
|
||||
$scope.rosen3preistag="kostenlos - Flatrate";
|
||||
$scope.rosen9preistag="kostenlos - Flatrate";
|
||||
$scope.kaufbutton='kostenlos laden';
|
||||
|
||||
$timeout(getProducts, 300);
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col col-50"><button class="button button-full button-small icon-left ion-image button-custom" ng-click="validate()">Vorschau</button></div>
|
||||
<div class="col col-50"><button class="button button-full button-small icon-left ion-social-euro button-custom" ng-disabled="!$parent.preis || !$parent.freitext || !$parent.name" ng-click="buyRose()">Jetzt Kaufen</button></div>
|
||||
<div class="col col-50"><button class="button button-full button-small icon-left ion-social-euro button-custom" ng-disabled="!$parent.preis || !$parent.freitext || !$parent.name" ng-click="buyRose()">{{kaufbutton}}</button></div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -18,7 +18,7 @@ document.getElementById(id+'Link').style.display = 'none';
|
||||
<body>
|
||||
<h1>Lint Report</h1>
|
||||
<div class="titleSeparator"></div>
|
||||
Check performed at Thu Feb 04 22:24:30 CET 2016.<br/>
|
||||
Check performed at Thu Feb 04 22:43:51 CET 2016.<br/>
|
||||
6 errors and 0 warnings found:<br/><br/>
|
||||
<table class="overview">
|
||||
<tr><td></td><td class="categoryColumn"><a href="#Correctness">Correctness</a>
|
||||
|
||||
Reference in New Issue
Block a user