Sha256: 50d9785498ac1c58a385395e4e0dd0ade5b041de7da2d9b36c2c2d0e44d862c5
Contents?: true
Size: 470 Bytes
Versions: 11
Compression:
Stored size: 470 Bytes
Contents
<p style='margin-bottom: 0px' ng-if="req.type == 'most'"> <em>at most {{req.count}} of:</em> <span ng-bind-html="req.attributes.join(', ')"></span> </p> <p style='margin-bottom: 0px' ng-if="req.type == 'least'"> <em>at least {{req.count}} of:</em> <span ng-bind-html="req.attributes.join(', ')"></span> </p> <p style='margin-bottom: 0px' ng-if="req.type == 'exactly'"> <em>exactly {{req.count}} of:</em> <span ng-bind-html="req.attributes.join(', ')"></span> </p>
Version data entries
11 entries across 11 versions & 1 rubygems