{I" class:ETI"ProcessedAsset;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"%9cc2ce7068d443510d6e084ba75e8cc5;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"dependency_digest;TI"%a940bdcfd73d72c1e42c8a42f715e20d;FI"required_paths;T[I"Œ/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/controllers/profile-question-controller.js;FI"dependency_paths;T[{I" path;TI"Œ/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/controllers/profile-question-controller.js;F@I"2015-08-03T12:17:18-05:00;T@I"%9cc2ce7068d443510d6e084ba75e8cc5;FI" _version;TI"%883b724e06f474a3db2deee10c127ab9;F