Sha256: 12ca14560f9e473aaa76bdae1a78717ad1b8a94055c0108c5a08f4d284e6622e
Contents?: true
Size: 1.95 KB
Versions: 7
Compression:
Stored size: 1.95 KB
Contents
{:uriI"file:///Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/services/ShowCharLimitService.js?type=application/javascript&pipeline=self&id=c68fa3c40d188110f3055e91700cd872cdf2b988d6f685ffa5f750836bb74975:ET:load_pathI"T/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts;T: filenameI"/Users/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/services/ShowCharLimitService.js;T: nameI"4social_networking/services/ShowCharLimitService;T:logical_pathI"<social_networking/services/ShowCharLimitService.self.js;T:content_typeI"application/javascript;T:sourceI";(function() { 'use strict'; // Service to display the char count available for fields function charLimitService(SN_CONSTANTS) { var self = this; this.textMaxLength = SN_CONSTANTS.TEXT_MAX_LENGTH; this.resetAllCharCountText = function() { $(SN_CONSTANTS.INPUT_CLASS) .trigger('check.show-char-limit'); }; this.showCharLimit = function(inputTag) { self.resetAllCharCountText(); $(inputTag) .showCharLimit({ maxlength: self.textMaxLength }); }; return this; }; angular.module('socialNetworking.services') .factory('charLimitService', ['SN_CONSTANTS', charLimitService]); })(); ;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/usabilitymonitor/Desktop/Github/social_networking/app/assets/javascripts/social_networking/services/ShowCharLimitService.js;TT: requiredo;;{ :stubbedo;;{ : linkso;;{ :charsetI" utf-8;F:digest"%瓋_ :;Md5[X)yX a:lengthi:dependencies_digest"%gQӇ7^Rt2͝Zsss_:idI"Ec68fa3c40d188110f3055e91700cd872cdf2b988d6f685ffa5f750836bb74975;F: mtimel+XV
Version data entries
7 entries across 7 versions & 1 rubygems