PATH:
home
/
letacommog
/
letaweb
/
scripts
/
editor
/
ecommerce
/
statistic
/
sale
define([], function() { return function($scope, communication, popup_product,$dialog, $state) { $scope.filters = {}; communication.getList('orderStatus',{}).then(function(json) { $scope.order_statuses = json; }); } });
[+]
..
[-] tax.js
[edit]
[-] payment.js
[edit]
[-] shipping.js
[edit]
[-] order.js
[edit]