Sha256: 56db2c2f80d5483a0ebe5de47a4b5b8673953bd7461ecf0aad15af4f828010ea
Contents?: true
Size: 1.68 KB
Versions: 8
Compression:
Stored size: 1.68 KB
Contents
{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"%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"dependency_digest; TI"%b4e19a911cd32ea84d5fba82a55fbb8c; 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"%d822fe0d59ff12d9ac0e19a870a88aac; FI" _version; TI"%069e88c06b889877799890854d7f4c40; F
Version data entries
8 entries across 8 versions & 1 rubygems