/*
 * network Controller
 */



mainApp.controller('networkCtrl', function ($scope)
{
     $scope.test="Network View";
});