2016-02-06 12:10:04 +01:00
|
|
|
/**
|
|
|
|
* The network controller
|
|
|
|
*
|
|
|
|
* @param {$scope} $scope The $scope service from angular
|
2016-01-24 19:19:32 +01:00
|
|
|
*/
|
|
|
|
mainApp.controller('networkCtrl', function ($scope)
|
|
|
|
{
|
2016-04-17 18:50:05 +02:00
|
|
|
|
2016-01-24 19:19:32 +01:00
|
|
|
});
|