floydwch / angular-underscore

Underscore adapter for AngularJS
316 stars 86 forks source link

Newly introduced methods 'indexBy' and 'sample' #17

Closed nvdnkpr closed 10 years ago

nvdnkpr commented 10 years ago

Hello floydsoft,

thank you for your work, especially the filter stuff works like a charm ;) What I noticed is that your list of filters must be based on an earlier version (earlier than 1.5.2) of underscore because there are two new methods, introduced in version 1.5.2

Some of the newly introduced methods might possibly make no sense from an template view, but they still can be used as (per definition) filters in controllers using $filter (marked with an :small_red_triangle: )

Collections

Array

Utility

floydwch commented 10 years ago

Sorry for the late reply, and I've confirmed these new methods, thank you!