factory.js 88 B

123456
  1. starter.factory('Process', function () {
  2. var process = {};
  3. return process;
  4. })
  5. ;