/**
* The network controller
*
* @param {$scope} $scope The $scope service from angular
*/
mainApp.controller('networkCtrl', function ($scope)
{
});