oglimmer/lunchy

View on GitHub
src/main/webapp/js/index/controllers/LunchyControllerMain.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

/* Controllers */

angular.module('LunchyApp.controllers').
controller('LunchyControllerMain', ['$scope', 'Authetication', function($scope, Authetication) {

    $scope.authetication = Authetication;
   
}]);