Menu and other's orders sidebars on udpate order page
This commit is contained in:
@@ -17,8 +17,8 @@ lunchApp.config ['$routeProvider',
|
||||
templateUrl: 'templates/run/show.html',
|
||||
controller: 'RunCtrl'
|
||||
.when '/order/:inviteeId',
|
||||
templateUrl: 'templates/run/create-order.html',
|
||||
controller: 'CreateOrderCtrl'
|
||||
templateUrl: 'templates/invitee/update-order.html',
|
||||
controller: 'UpdateOrderCtrl'
|
||||
.otherwise
|
||||
redirectTo: '/home'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user