Giter Club home page Giter Club logo

ember-get-helper's Introduction

Ember Get Helper Build Status

ember-get-helper for Glimmer & the HTMLBars Templating Language. Usage:

{{get object key}}

NOTICE

  • ember-get-helper has been included in Ember 2.0. Use of this package is deprecated and support for Ember 2.0 will not be maintained.
  • Ember v1.13.0 is not supported due to a bug. Please use Ember v1.13.1 and higher or Ember v1.12.* and lower

Examples

var person = Ember.Object.create({
  isOwner: false,
  isAdmin: true
});

var permissions = Ember.Object.create({
  addObject: 'isOwner',
  viewObject: 'isAdmin'
});
Can Add Object: {{get person permissions.addObject}}
Can View Object: {{get person permissions.viewObject}}

As a Subexpression:

{{#if (get person permissions.addObject)}}
  <button>Add Object</button>
{{/if}}

Install

  • ember install:addon ember-get-helper

Other Helpers

Development

  • git clone https://github.com/jmurphyau/ember-get-helper.git
  • npm install
  • bower install
  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

ember-get-helper's People

Contributors

dremora avatar dschmidt avatar jmurphyau avatar odoe avatar rwjblue avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.