'use strict'; angular.module('cosign.network').factory('Network', function() { this.f = function() { return 2; }; });