Basic create form
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
lunchControllers = angular.module 'lunchControllers', []
|
||||
|
||||
lunchControllers.controller 'HomeCtrl', ['$scope', ($scope) ->
|
||||
]
|
||||
|
||||
lunchControllers.controller 'CreateRunCtrl', ['$scope', '$http', ($scope, $http) ->
|
||||
$scope.msg = 'im home, yah'
|
||||
|
||||
$scope.create = (run) ->
|
||||
]
|
||||
|
||||
lunchControllers.controller 'RunsCtrl', ['$scope', '$http', ($scope, $http) ->
|
||||
$scope.helloMsg = 'hello there boys and girls!'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user