mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-30 02:59:17 +01:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
function HeaderController($scope, $location, Global) {
|
|
$scope.global = Global;
|
|
|
|
$scope.init = function() {
|
|
|
|
};
|
|
} |