ember-proxy-controllers

0.0.2 • Public • Published

Ember-proxy-controllers

Ember.ObjectController and Ember.ArrayController extracted as an standalone addon.

Installation

Run ember install ember-proxy-controllers and you're good to go

Usage

Import the classes from the addon and extend them as with the old Ember.ArrayController and Ember.ObjectController

// app/controllers/posts.js
import { ArrayController } from 'ember-proxy-controllers'
 
export default ArrayController.extend({
})
// app/controllers/post.js
import { ObjectController } from 'ember-proxy-controllers'
 
export default ObjectController.extend({
})

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.22latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.22
0.0.10

Package Sidebar

Install

npm i ember-proxy-controllers

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • cibernox