1.0.2 • Published 6 years ago

ember-disable-proxy-controllers v1.0.2

Weekly downloads
13,770
License
MIT
Repository
github
Last release
6 years ago

Ember-disable-proxy-controllers

Ember.ObjectController and Ember.ArrayController have been deprecated for a while and will be gone in ember 2.0, but for autogenerated controllers will still be of those types for backwards compatibility.

This addon reexports Ember.Controller as App.ObjectController and App.ArrayController, so you can stop using them right now and make your migration to the future Ember 2.0 easier.

Installation

  • ember install ember-disable-proxy-controllers