Rename public to www
This commit is contained in:
5
www/linker/js/controllers/home-controller.js
Normal file
5
www/linker/js/controllers/home-controller.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var HomeController, lunchControllers;
|
||||
|
||||
lunchControllers = angular.module('lunchControllers');
|
||||
|
||||
lunchControllers.controller('HomeCtrl', ['$scope', HomeController = function($scope) {}]);
|
||||
Reference in New Issue
Block a user