Sha256: 8f52d23863f09f19b6c930f797035381526cfaf352b56bb6a04aeb10ef018f16

Contents?: true

Size: 1.51 KB

Versions: 8

Compression:

Stored size: 1.51 KB

Contents

{I"
class:ETI"ProcessedAsset;FI"logical_path;TI"9social_networking/resources/participants-resource.js;FI"
pathname;TI"„/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/participants-resource.js;FI"content_type;TI"application/javascript;TI"
mtime;Tl+¢¿UI"length;TiFI"digest;TI"%e4442bac5b8c56cfe726c620fabda0aa;FI"source;TI"F;(function() {
  'use strict';

  function Participants($resource) {
    var ParticipantResource = $resource('/social_networking/participants/:id',
      { id: '@participant_id' });

    function Participant() {}

    Participant.getAll = function() {
      return ParticipantResource.query().$promise;
    };

    Participant.getOne = function(participant_id) {
      return ParticipantResource.get({ id: participant_id }).$promise;
    };

    return Participant;
  }

  angular.module('socialNetworking.services')
    .service('Participants', ['$resource', Participants]);
})();
;TI"dependency_digest;TI"%aa39dbf73641d9e0d621aba80bf43473;FI"required_paths;T[I"„/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/participants-resource.js;FI"dependency_paths;T[{I"	path;TI"„/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/participants-resource.js;F@I"2015-08-03T12:17:18-05:00;T@I"%e4442bac5b8c56cfe726c620fabda0aa;FI"
_version;TI"%069e88c06b889877799890854d7f4c40;F

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
social_networking-0.13.1 spec/dummy/tmp/cache/assets/development/sprockets/6220edc61d0062154d86a9dcf1c4dd60
social_networking-0.13.0 spec/dummy/tmp/cache/assets/development/sprockets/6220edc61d0062154d86a9dcf1c4dd60
social_networking-0.11.8 spec/dummy/tmp/cache/assets/development/sprockets/6220edc61d0062154d86a9dcf1c4dd60
social_networking-0.11.5 spec/dummy/tmp/cache/assets/development/sprockets/6220edc61d0062154d86a9dcf1c4dd60
social_networking-0.11.4 spec/dummy/tmp/cache/assets/development/sprockets/6220edc61d0062154d86a9dcf1c4dd60
social_networking-0.11.3 spec/dummy/tmp/cache/assets/development/sprockets/6220edc61d0062154d86a9dcf1c4dd60
social_networking-0.11.0 spec/dummy/tmp/cache/assets/development/sprockets/6220edc61d0062154d86a9dcf1c4dd60
social_networking-0.10.0 spec/dummy/tmp/cache/assets/development/sprockets/6220edc61d0062154d86a9dcf1c4dd60