Edit run functionality
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
lunchApp = angular.module 'lunchApp', [
|
||||
'ngRoute',
|
||||
'lunchControllers',
|
||||
'lunchServices'
|
||||
'lunchServices',
|
||||
'lunchFilters'
|
||||
]
|
||||
|
||||
lunchApp.config ['$routeProvider',
|
||||
|
||||
Reference in New Issue
Block a user