PATH:
home
/
letacommog
/
letaweb
/
scripts
/
editor
/
ecommerce
/
promotion
define([], function() { return function($scope, communication, popup_discount) { $scope.data = {}; $scope.data.to = $scope.data.to || 'newsletter'; $scope.send = function() { communication.api('sendMail',$scope.data,'ecommerce.promotion.mail'); } } });
[+]
..
[-] coupon.js
[edit]
[-] mail.js
[edit]
[-] discount.js
[edit]