Sha256: 2c8bc779cfb86f9c57bac039ee0b0fa78c6d40a6f1714083ff4c1f2bde2ed9d5
Contents?: true
Size: 1.51 KB
Versions: 16
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"%958bfc6f1495d64b900aab2bb125d600; 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"%c1a1234e6e753a60f83fd296e9c0f39a; 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"%958bfc6f1495d64b900aab2bb125d600; FI" _version; TI"%883b724e06f474a3db2deee10c127ab9; F
Version data entries
16 entries across 8 versions & 1 rubygems