(function () { 'use strict'; var serviceId = 'relationshipsService'; angular.module('relationships').factory(serviceId, ['user', '$location', relationshipsService]); function relationshipsService(user, $location) { var service = { }; } })();