Sha256: ad070abb7cee73ceeb10cee7063333a380576607f1b789123ed14cbc41087746
Contents?: true
Size: 887 Bytes
Versions: 8
Compression:
Stored size: 887 Bytes
Contents
{I" class:ETI"BundledAsset; FI"logical_path; TI"!social_networking/filters.js; FI" pathname; TI"b/Users/ems408/workspace/social_networking/app/assets/javascripts/social_networking/filters.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+æ#\TI"length; Ti’I"digest; TI"%a859d546c51d9e758fdbcb1311b41068; FI"source; TI"’;(function() { "use strict"; // Display an ISO8601-formatted timestamp string as a human-readable length // of time, e.g. '10 minutes ago' function timeFromNow() { return function(timestamp) { return moment(timestamp).fromNow(); }; } // Create a module and register the filter. angular.module('socialNetworking.filters', []) .filter('timeFromNow', timeFromNow); })(); ; TI"required_assets_digest; TI"%34d6db41d17a62602eb1b20d4c0d04c3; FI" _version; TI"%b910479f035fc02c55a3e167aaa8a0b8; F
Version data entries
8 entries across 4 versions & 1 rubygems