ember-reflection
Returns an array of defined properties for an Ember object
Questions? Ping me @gavinjoyce
Installation
This is an Ember CLI addon, to install:
npm install ember-reflection --save
Usage Instructions
;; var Cat = EmObject; var sully = Cat; ; //=> ['name', 'age', 'isOld']
Development Instructions
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.