added karma test framework and network skeleton
This commit is contained in:
parent
37f8ab3ab4
commit
6f1b60e562
8 changed files with 144 additions and 2 deletions
7
js/network.js
Normal file
7
js/network.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
var cosign = angular.module('cosign', []);
|
||||
cosign.service('network', function() {
|
||||
this.f = function() {
|
||||
return 2;
|
||||
};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue