Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cibernox/ember-disable-proxy-controllers
Disables ObjectController/ArrayController for autogenerated controllers
https://github.com/cibernox/ember-disable-proxy-controllers
Last synced: about 2 months ago
JSON representation
Disables ObjectController/ArrayController for autogenerated controllers
- Host: GitHub
- URL: https://github.com/cibernox/ember-disable-proxy-controllers
- Owner: cibernox
- License: mit
- Created: 2015-05-08T07:47:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:30:33.000Z (about 2 years ago)
- Last Synced: 2024-10-18T07:58:32.522Z (3 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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`