Move templates to linker folder
This commit is contained in:
@@ -8,13 +8,13 @@ lunchApp.config ['$routeProvider',
|
||||
($routeProvider) ->
|
||||
$routeProvider
|
||||
.when '/',
|
||||
templateUrl: 'templates/home.html',
|
||||
templateUrl: 'linker/templates/home.html',
|
||||
controller: 'HomeCtrl'
|
||||
.when '/run/:id',
|
||||
templateUrl: 'templates/run.html',
|
||||
templateUrl: 'linker/templates/run.html',
|
||||
controller: 'RunCtrl'
|
||||
.when '/run/:id/order/:inviteeName',
|
||||
templateUrl: 'templates/create-order.html',
|
||||
templateUrl: 'linker/templates/create-order.html',
|
||||
controller: 'CreateOrderCtrl'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user