Sha256: f2b465c362d6fc3b82f4580d79aea40ae0fe8c125ee34a3bcafd0436cfb2acae
Contents?: true
Size: 1.47 KB
Versions: 8
Compression:
Stored size: 1.47 KB
Contents
{I" class:ETI"ProcessedAsset; FI"logical_path; TI"2social_networking/resources/likes-resource.js; FI" pathname; TI"}/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/likes-resource.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+ążUI"length; Ti=I"digest; TI"%d16a556d6ee1b7048c8f26cdae7be3fe; FI"source; TI"=;(function() { "use strict"; // Service for managing remote Likes. function Likes($resource) { var LikeResource = $resource('/social_networking/likes/:id', { id: '@id' }); function Like() {} // Persist a Like to the server. Like.create = function(attributes) { var like = new LikeResource({ itemType: attributes.itemType, itemId: attributes.itemId }); return like.$save(); }; return Like; } angular.module('socialNetworking.services') .service('LikeResource', ['$resource', Likes]); })(); ; TI"dependency_digest; TI"%fec169364fa4571011f25860bf66b19d; FI"required_paths; T[I"}/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/likes-resource.js; FI"dependency_paths; T[{I" path; TI"}/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/resources/likes-resource.js; F@I"2015-08-03T12:17:18-05:00; T@I"%d16a556d6ee1b7048c8f26cdae7be3fe; FI" _version; TI"%069e88c06b889877799890854d7f4c40; F
Version data entries
8 entries across 8 versions & 1 rubygems