peerlibrary/meteor-data-lookup

Name: meteor-data-lookup

Owner: PeerLibrary

Description: Reactively lookup a field in the object

Created: 2015-12-26 11:55:49.0

Updated: 2018-01-15 09:40:12.0

Pushed: 2018-01-16 21:32:05.0

Homepage: https://atmospherejs.com/peerlibrary/data-lookup

Size: 4

Language: CoffeeScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

data lookup

This Meteor smart package provides a reactive lookup of a field in the object. It matches the behavior of the lookup in Spacebars, so {{foo.bar}} resolves the same as DataLookup.get(dataContext, 'foo.bar').

Adding this package to your Meteor application adds DataLookup class into the global scope.

Both client and server side.

Installation
or add peerlibrary:data-lookup
API

DataLookup provides the following static methods:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.