Factor our run form template
This commit is contained in:
@@ -16,7 +16,7 @@ lunchApp.config ['$routeProvider',
|
||||
.when '/run/:id',
|
||||
templateUrl: 'templates/run/show.html',
|
||||
controller: 'RunCtrl'
|
||||
.when '/run/:id',
|
||||
.when '/run/:id/edit',
|
||||
templateUrl: 'templates/run/edit.html',
|
||||
controller: 'EditRunCtrl'
|
||||
.when '/order/:inviteeId',
|
||||
|
||||
Reference in New Issue
Block a user