ember-disable-proxy-controllers

Disables ObjectController/ArrayController for autogenerated controllers.

MIT 4 个版本
安装
npm install ember-disable-proxy-controllers
yarn add ember-disable-proxy-controllers
pnpm add ember-disable-proxy-controllers
bun add ember-disable-proxy-controllers
README

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
版本列表
1.0.2 2018-10-18
1.0.1 2015-08-11
1.0.0 2015-05-19
0.7.0 2015-05-08