An open API service indexing awesome lists of open source software.

https://github.com/tamino-martinius/meteor-handlebars-underscore


https://github.com/tamino-martinius/meteor-handlebars-underscore

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# handlebars-underscore

[![Build Status](https://travis-ci.org/tamino-martinius/meteor-handlebars-underscore.png?branch=v0.1.0)](https://travis-ci.org/tamino-martinius/meteor-handlebars-underscore)

This Version is depricated with meteor 0.8.0 - see [ui-underscore](https://github.com/tamino-martinius/meteor-ui-underscore) for a 0.8.0 compatible version

Port of some underscore-js functions for handlebars.

## Compare

```js
$ne
$eq
$gt
$gte
$lt
$lte
```

## Collections

```js
$contains
$indexOf
$lastIndexOf
$min
$max
$first
$last
$flatten
$compact
$intersection
$difference
```

## Objects

```js
$keys
$values
$pairs
$invert
$functions
$pick
$omit
$has
```