ember-handy-globals

0.0.2 • Public • Published

ember-handy-globals

Adds some globals to your Ember.js App, for easier developing!

Installation

ember install ember-handy-globals

Usage

Open the browser console and start using it!

Easy object picking

  • App.lookup('service:some-service')
  • App.service('some-service')
  • App.controller('some.route')
  • App.route('some.route')

Current Context

Grabs the current active the objects of the current active route

  • App.ctx.route
  • App.ctx.controller
  • App.ctx.model

Contributing

Have any ideas? please open a PR or file an issue.

License

This project is licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i ember-handy-globals

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

5.83 kB

Total Files

7

Last publish

Collaborators

  • betocantu93