starter.factory('Process', function () { var process = {}; return process; }) ;