Edit run functionality

This commit is contained in:
Ben Ramey
2014-06-24 22:49:02 -05:00
parent 90fee4987e
commit 65a3d36cd2
8 changed files with 35 additions and 34 deletions

View File

@@ -1,7 +1,8 @@
lunchApp = angular.module 'lunchApp', [
'ngRoute',
'lunchControllers',
'lunchServices'
'lunchServices',
'lunchFilters'
]
lunchApp.config ['$routeProvider',