Displaying Order Cycle names in orders panel on standing orders index

This commit is contained in:
Rob Harrington
2016-12-01 17:53:53 +11:00
parent a57815edbb
commit 9160a3ff6b
4 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
angular.module("admin.standingOrders").controller "OrdersPanelController", ($scope) ->
angular.module("admin.standingOrders").controller "OrdersPanelController", ($scope, OrderCycles) ->
$scope.standingOrder = $scope.object
$scope.orderCyclesByID = OrderCycles.byID