Files
meanTorrent/public/modules/core/controllers/home.client.controller.js
2014-04-21 02:32:59 +03:00

5 lines
180 B
JavaScript

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