kamranayub / UnderscoreKO

A tiny library that adds all of the Underscore.js collection/array methods to Knockout observable arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for chain()

kamranayub opened this issue · comments

Missed it last night, add it.

What it should look like:

vm.myArray.chain().union(...).filter(...).value();