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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user