Beginning angular
This commit is contained in:
5
assets/linker/js/controllers.coffee
Normal file
5
assets/linker/js/controllers.coffee
Normal file
@@ -0,0 +1,5 @@
|
||||
lunchControllers = angular.module 'lunchControllers', []
|
||||
|
||||
lunchControllers.controller 'RunsCtrl', ['$scope', '$http', ($scope, $http) ->
|
||||
$scope.helloMsg = 'hello there boys and girls!'
|
||||
]
|
||||
Reference in New Issue
Block a user