mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-05 05:59:30 +01:00
5 lines
180 B
JavaScript
5 lines
180 B
JavaScript
'use strict';
|
|
|
|
angular.module('core').controller('HomeController', ['$scope', 'Authentication', function ($scope, Authentication) {
|
|
$scope.authentication = Authentication;
|
|
}]); |