moved network.js to /services/network.js
This commit is contained in:
commit
a247d82a80
27 changed files with 114 additions and 29540 deletions
8
js/services/network.js
Normal file
8
js/services/network.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('cosign.network').factory('Network',
|
||||
function() {
|
||||
this.f = function() {
|
||||
return 2;
|
||||
};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue