Files
lunchrun.me/assets/linker/js/controllers.coffee
2014-03-08 20:50:33 -06:00

6 lines
191 B
CoffeeScript

lunchControllers = angular.module 'lunchControllers', []
lunchControllers.controller 'RunsCtrl', ['$scope', '$http', ($scope, $http) ->
$scope.helloMsg = 'hello there boys and girls!'
]