Rename angular app order_cycle -> admin.order_cycles

This commit is contained in:
Rohan Mitchell
2014-10-17 14:13:27 +11:00
parent 694dd0c329
commit f060da9c8d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
angular.module('order_cycle', ['ngResource'])
angular.module('admin.order_cycles', ['ngResource'])
.controller('AdminCreateOrderCycleCtrl', ['$scope', 'OrderCycle', 'Enterprise', 'EnterpriseFee', ($scope, OrderCycle, Enterprise, EnterpriseFee) ->
$scope.enterprises = Enterprise.index()
$scope.supplied_products = Enterprise.supplied_products