Working run save
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
lunchApp = angular.module 'lunchApp', [
|
||||
'ngRoute',
|
||||
'lunchControllers'
|
||||
'lunchControllers',
|
||||
'lunchServices'
|
||||
]
|
||||
|
||||
lunchApp.config ['$routeProvider',
|
||||
@@ -9,7 +10,7 @@ lunchApp.config ['$routeProvider',
|
||||
.when '/',
|
||||
templateUrl: 'templates/home.html',
|
||||
controller: 'HomeCtrl'
|
||||
.when '/runs',
|
||||
.when '/runs',
|
||||
templateUrl: 'templates/runs.html',
|
||||
controller: 'RunsCtrl'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user