Sha256: dbddbcbb1be72c400ec6d2260145cec8c84676111cdf4d266d7ec94e494194ad
Contents?: true
Size: 1.02 KB
Versions: 16
Compression:
Stored size: 1.02 KB
Contents
{I" class:ETI"BundledAsset; FI"logical_path; TI"6social_networking/controllers/nudge-controller.js; FI" pathname; TI"/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/controllers/nudge-controller.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+ążUI"length; TiűI"digest; TI"%aba46de8ae8eeb7bf80b4506d8a87d0d; FI"source; TI"ű;(function() { "use strict"; // Provide access to all group profiles. function NudgeCtrl(Nudges) { var self = this; Nudges.search(self.recipientId).then(function(nudges) { self.members = nudges; }); } NudgeCtrl.prototype.setRecipient = function(recipientId, controller) { controller.recipient_id = recipientId; }; // Create a module and register the controllers. angular.module('socialNetworking.controllers') .controller('NudgeCtrl', ['Nudges', NudgeCtrl]); })(); ; TI"required_assets_digest; TI"%5f533fb27d2b07f30b7494592f8ded4a; FI" _version; TI"%069e88c06b889877799890854d7f4c40; F
Version data entries
16 entries across 8 versions & 1 rubygems