Sha256: afc24ea4b43ab9008d949a5bf6e37043e036995a41f38646fd7350b18c5fed51
Contents?: true
Size: 1.96 KB
Versions: 2
Compression:
Stored size: 1.96 KB
Contents
{:uriI"file:///Users/ericcf/work/social_networking/app/assets/javascripts/social_networking/controllers/profile-question-controller.js?type=application/javascript&pipeline=self&id=5f90194fcf2ce89a5546a5b71dd77ae2d67e960e0efd4890dbcd41bda2cf95a2:ET:load_pathI"@/Users/ericcf/work/social_networking/app/assets/javascripts;T: filenameI"}/Users/ericcf/work/social_networking/app/assets/javascripts/social_networking/controllers/profile-question-controller.js;T: nameI">social_networking/controllers/profile-question-controller;T:logical_pathI"Fsocial_networking/controllers/profile-question-controller.self.js;T:content_typeI"application/javascript;T:sourceI";(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]); })(); ;T: metadata{:dependencieso:Set: @hash} I"environment-version;TTI"environment-paths;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"file-digest:///Users/ericcf/work/social_networking/app/assets/javascripts/social_networking/controllers/profile-question-controller.js;TTF: requiredo;;} F:stubbedo;;} F: linkso;;} F:charsetI" utf-8;F:digest"%FS>@jMX!_w!q-ݙZ:lengthi:dependencies_digest"%ȿn{0T1ʾ>t:idI"E5f90194fcf2ce89a5546a5b71dd77ae2d67e960e0efd4890dbcd41bda2cf95a2;F: mtimel+a3W
Version data entries
2 entries across 2 versions & 1 rubygems