UNPKG

slush-meanjs

Version:

A slush generator to scaffold MEAN Apps. Inspired by http://meanjs.org

5 lines (4 loc) 180 B
'use strict'; angular.module('core').controller('HomeController', ['$scope', 'Authentication', function ($scope, Authentication) { $scope.authentication = Authentication; }]);