Kaufbutton Beschriftung geändert bei Flatrate

This commit is contained in:
2016-02-04 22:49:17 +01:00
parent 887388022b
commit 5c3c9b112f
22 changed files with 30 additions and 14 deletions

View File

@@ -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);