Menu and other's orders sidebars on udpate order page

This commit is contained in:
Ben Ramey
2014-05-16 21:14:00 -05:00
parent 21cfc0d221
commit 42ef462a0c
7 changed files with 57 additions and 23 deletions

View File

@@ -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'
]