Remove angular from Payment Methods

This commit is contained in:
binarygit
2022-08-14 12:31:29 +05:45
committed by Konrad
parent 22cf05ad94
commit 01c477f2cb
6 changed files with 3 additions and 76 deletions

View File

@@ -1,3 +0,0 @@
angular.module("admin.paymentMethods").controller "paymentMethodsCtrl", ($scope, PaymentMethods) ->
$scope.findPaymentMethodByID = (id) ->
$scope.PaymentMethod = PaymentMethods.byID[id]