summaryrefslogtreecommitdiff
path: root/client/js/controllers/network/network.js
blob: 7264aec5236c2484fcdeaf92d1ecbc4fcfe64db6 (plain)
1
2
3
4
5
6
7
8
/**
 * The network controller
 * 
 * @param {$scope} $scope The $scope service from angular
 */
mainApp.controller('networkCtrl', function ($scope)
{
});