Rewrite enterprise contact functionality

This commit is contained in:
Matt-Yorkley
2017-07-28 17:03:00 +01:00
committed by Rob Harrington
parent 22eae753fe
commit ba98c7e2c5
33 changed files with 83 additions and 104 deletions

View File

@@ -4,7 +4,6 @@ angular.module("admin.enterprises")
$scope.PaymentMethods = EnterprisePaymentMethods.paymentMethods
$scope.ShippingMethods = EnterpriseShippingMethods.shippingMethods
$scope.navClear = NavigationCheck.clear
$scope.pristineEmail = $scope.Enterprise.email
$scope.menu = SideMenu
$scope.newManager = { id: '', email: (t('add_manager')) }