Fix mispelling
This commit is contained in:
committed by
GitHub
parent
661111b932
commit
c2b9581795
@@ -222,7 +222,7 @@
|
|||||||
url: url,
|
url: url,
|
||||||
method: 'PUT'
|
method: 'PUT'
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
$scope.data.message = 'Thankyou for your feedback';
|
$scope.data.message = 'Thank you for your feedback';
|
||||||
$timeout(clearMessage, 3000);
|
$timeout(clearMessage, 3000);
|
||||||
loadRating($scope.data.product.sku);
|
loadRating($scope.data.product.sku);
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
|
Reference in New Issue
Block a user