Skip to content

cibernox/ember-disable-proxy-controllers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 18, 2018
7cc27c2 · Oct 18, 2018

History

14 Commits
May 8, 2015
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018
May 8, 2015
Oct 18, 2018
May 8, 2015
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018
May 8, 2015
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018

Repository files navigation

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