var cosign = angular.module('cosign', []); cosign.service('network', function() { this.f = function() { return 2; }; });