{I" class:ETI"BundledAsset;FI"logical_path;TI"Asocial_networking/controllers/profile-question-controller.js;FI" pathname;TI"Œ/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/controllers/profile-question-controller.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+¢¿UI" length;TiÒI" digest;TI"%d822fe0d59ff12d9ac0e19a870a88aac;FI" source;TI"Ò;(function() { "use strict"; // Provide interaction with a profile question. function ProfileQuestionCtrl(profileQuestionId, ProfileQuestion) { var self = this; ProfileQuestion.getOne(profileQuestionId) .then(function(profileQuestion) { self.id = profileQuestion.id; }) .catch(function(error) { window.console.log(error); }); this.responses = [{ question: 'foo?', text: 'bar' }]; } // Create a module and register the controllers. angular.module('socialNetworking.controllers') .controller('ProfileQuestionCtrl', ['profileQuestionId', 'ProfileQuestion', ProfileQuestionCtrl]); })(); ;TI"required_assets_digest;TI"%b4e19a911cd32ea84d5fba82a55fbb8c;FI" _version;TI"%069e88c06b889877799890854d7f4c40;F