{I" class:ETI"BundledAsset;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"required_assets_digest;TI"%317423e276298330ff29dce9b6c59d8f;FI" _version;TI"%b910479f035fc02c55a3e167aaa8a0b8;F