Sha256: 1e34378ff569aa7330ee55d924e8cdb3dcedcb4ecf3616f9474a639228094b43
Contents?: true
Size: 411 Bytes
Versions: 20
Compression:
Stored size: 411 Bytes
Contents
;(function() { "use strict"; // Provide access to all profile questions. function ProfileQuestionsCtrl(ProfileQuestions) { var self = this; this.questions = ProfileQuestions; } // Create a module and register the controllers. angular.module('socialNetworking.controllers') .controller('ProfileQuestionsCtrl', ['ProfileQuestions', ProfileQuestionsCtrl]); })();
Version data entries
20 entries across 16 versions & 1 rubygems