Sha256: 42608c6523d9b4c524a5bb3ba86a74cb65bf6bb3a1fb98c4b8e5e7350f665a26
Contents?: true
Size: 566 Bytes
Versions: 14
Compression:
Stored size: 566 Bytes
Contents
// Create the socialNetworking module and specify its required submodules. angular.module('socialNetworking', [ 'ngResource', 'infinite-scroll', 'socialNetworking.controllers', 'socialNetworking.filters', 'socialNetworking.directives', 'socialNetworking.services', 'socialNetworking.values' ]).constant("SN_CONSTANTS", { TEXT_MAX_LENGTH: 1000, INPUT_CLASS: '.form-control' }); // Define submodules. angular.module('socialNetworking.controllers', []); angular.module('socialNetworking.services', []); angular.module('socialNetworking.values', []);
Version data entries
14 entries across 14 versions & 1 rubygems