Files
meanTorrent/public/modules/core/controllers/home.controller.js
Amos Haviv 44bf81a494 0.3RC
Express 4 Support
New naming convention
Glob patterns
CSS Linting
Uglify
CSS Min
Environmental Asset Management
DI Menu System
2014-04-21 00:01:01 +03:00

5 lines
180 B
JavaScript

'use strict';
angular.module('core').controller('HomeController', ['$scope', 'Authentication', function ($scope, Authentication) {
$scope.authentication = Authentication;
}]);