Clean file name
This commit is contained in:
parent
e2be86814e
commit
824382b3ea
5 changed files with 11 additions and 10 deletions
8
client/js/controllers/network/network.js
Normal file
8
client/js/controllers/network/network.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* The network controller
|
||||
*
|
||||
* @param {$scope} $scope The $scope service from angular
|
||||
*/
|
||||
mainApp.controller('networkCtrl', function ($scope)
|
||||
{
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue