Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Upgraded to ember-rapid-forms to fix deprecation warning
Browse files Browse the repository at this point in the history
Resolves #169
  • Loading branch information
jkleinsc committed Sep 29, 2015
1 parent 1abb480 commit 3c202ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/components/date-picker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Ember from "ember";
//Dervied from http://spin.atomicobject.com/2013/10/29/ember-js-date-picker/
import InputComponent from 'ember-idx-forms/input';
import InputComponent from 'ember-rapid-forms/components/em-input';
export default InputComponent.extend({
currentDate: null,
currentDisplayDate: null,
Expand Down
2 changes: 1 addition & 1 deletion app/components/image-upload.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import InputComponent from 'ember-idx-forms/input';
import InputComponent from 'ember-rapid-forms/components/em-input';
export default InputComponent.extend({
fileInputEl: null,
resizeFile: true,
Expand Down
2 changes: 1 addition & 1 deletion app/components/type-ahead.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Ember from 'ember';
import DS from 'ember-data';
import InputComponent from 'ember-idx-forms/input';
import InputComponent from 'ember-rapid-forms/components/em-input';
export default InputComponent.extend({
_mapContentItems: function() {
var content = this.get('content');
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@
"ember-data": "1.13.12",
"ember-disable-proxy-controllers": "^1.0.0",
"ember-export-application-global": "^1.0.3",
"ember-idx-forms": "^0.6.0",
"ember-get-helper": "1.0.2",
"ember-pouch": "^2.0.3",
"ember-rapid-forms": "0.7.2",
"ember-truth-helpers": "1.1.0",
"ember-validations": "2.0.0-alpha.4",
"express": "^4.8.5",
"glob": "^5.0.14",
Expand Down

0 comments on commit 3c202ed

Please sign in to comment.