Sha256: cb7a2db25820654ba9b7814d8d5a87dda3b289bb86085cebe83457296b7a99c7
Contents?: true
Size: 255 Bytes
Versions: 223
Compression:
Stored size: 255 Bytes
Contents
/** * @ngdoc filter * @name Bastion.utils.filter:urlencode * * @requires $window * * @description * Encode a url */ angular.module('Bastion.utils').filter('urlencode', ['$window', function ($window) { return $window.encodeURIComponent; }]);
Version data entries
223 entries across 223 versions & 2 rubygems