Sha256: 64ddd53431351fc5c4aae20da032ae36e331f800e867d2379249b3b00a23cc03

Contents?: true

Size: 1.24 KB

Versions: 8

Compression:

Stored size: 1.24 KB

Contents

{I"
class:ETI"BundledAsset;FI"logical_path;TI"Asocial_networking/controllers/profile-question-controller.js;FI"
pathname;TI"}/Users/ems408/workspace/social_networking/app/assets/javascripts/social_networking/controllers/profile-question-controller.js;FI"content_type;TI"application/javascript;TI"
mtime;Tl+æ#\TI"length;TiÒI"digest;TI"%75d3568aefd57999a071f758618356c6;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"%134841c6d5c8e64696a45a1d30711974;FI"
_version;TI"%b910479f035fc02c55a3e167aaa8a0b8;F

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
social_networking-0.11.7 spec/dummy/tmp/cache/assets/development/sprockets/655867de075264c106b5ec7149a344c9
social_networking-0.11.7 spec/dummy/tmp/cache/assets/development/sprockets/a677acedab3a3f9f893d0f7f06a5dac0
social_networking-0.11.6 spec/dummy/tmp/cache/assets/development/sprockets/655867de075264c106b5ec7149a344c9
social_networking-0.11.6 spec/dummy/tmp/cache/assets/development/sprockets/a677acedab3a3f9f893d0f7f06a5dac0
social_networking-0.11.2 spec/dummy/tmp/cache/assets/development/sprockets/655867de075264c106b5ec7149a344c9
social_networking-0.11.2 spec/dummy/tmp/cache/assets/development/sprockets/a677acedab3a3f9f893d0f7f06a5dac0
social_networking-0.11.1 spec/dummy/tmp/cache/assets/development/sprockets/655867de075264c106b5ec7149a344c9
social_networking-0.11.1 spec/dummy/tmp/cache/assets/development/sprockets/a677acedab3a3f9f893d0f7f06a5dac0