mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Renaming standing order files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
angular.module("admin.standingOrders").factory "StandingOrder", ($injector, StandingOrderResource) ->
|
||||
class StandingOrder extends StandingOrderResource
|
||||
|
||||
constructor: ->
|
||||
if $injector.has('standingOrder')
|
||||
angular.extend(@, $injector.get('standingOrder'))
|
||||
Reference in New Issue
Block a user