Sha256: bd242e47681d3172311bc4f990b076f196b70fe3e42df14d73f27cdde6d95a8c
Contents?: true
Size: 1.61 KB
Versions: 4
Compression:
Stored size: 1.61 KB
Contents
{I" class:ETI"ProcessedAsset; FI"logical_path; TI"=social_networking/resources/profile-question-resource.js; FI" pathname; TI"~/Users/ems408/workspace/social_networking/app/assets/javascripts/social_networking/resources/profile-question-resource.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+æ#\TI"length; Ti¼I"digest; TI"%6fd799867b55f1db3df0d9936e064f64; FI"source; TI"¼;(function() { 'use strict'; function ProfileQuestions($resource) { var ProfileQuestionResource = $resource('/social_networking/profile_questions/:id', { id: '@profile_question_id' }); function ProfileQuestion() {} ProfileQuestion.getAll = function() { return ProfileQuestionResource.query().$promise; }; ProfileQuestion.getOne = function(profile_question_id) { return ProfileQuestionResource.get({ id: profile_question_id }).$promise; }; return ProfileQuestion; } angular.module('socialNetworking.services') .service('ProfileQuestions', ['$resource', ProfileQuestions]); })(); ; TI"dependency_digest; TI"%317423e276298330ff29dce9b6c59d8f; FI"required_paths; T[I"~/Users/ems408/workspace/social_networking/app/assets/javascripts/social_networking/resources/profile-question-resource.js; FI"dependency_paths; T[{I" path; TI"~/Users/ems408/workspace/social_networking/app/assets/javascripts/social_networking/resources/profile-question-resource.js; FI" mtime; TI"2014-11-06T19:44:06-06:00; TI"digest; TI"%6fd799867b55f1db3df0d9936e064f64; FI" _version; TI"%b910479f035fc02c55a3e167aaa8a0b8; F
Version data entries
4 entries across 4 versions & 1 rubygems