PATH:
home
/
letacommog
/
letaweb
/
scripts
/
editor
/
settings
define([], function() { return function($scope, communication, $dialog) { communication.api("getInjectionCode", {},"settings.code_injection").then(function(json) { $scope.header_code = json.header_code; $scope.footer_code = json.footer_code; }); $scope.save = function(subscription_id) { communication.api("saveInjectionCode", {header_code:$scope.header_code, footer_code:$scope.footer_code},"settings.code_injection").then(function() { alert(window.t("LBL_SAVE_SUCCESSFULL")); }); } } });
[+]
..
[-] domain.js
[edit]
[-] contributor.js
[edit]
[-] code_injection.js
[edit]
[-] billing.js
[edit]
[-] general.js
[edit]