Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

PrecisionNutrition/ember-data-array-transform

Repository files navigation

ember-data-array-transform Build Status

==============================================================================

Converts attributes that are Arrays into JavaScript arrays. Yet another transform you shouldn't need, but do now and then.

Compatibility

  • Ember.js v3.4 or above
  • Ember CLI v2.13 or above
  • Node.js v8 or above

Installation

ember install ember-data-array-transform

Usage

Now you can use the array transform in your models.

import DS from 'ember-data'

export default DS.Model.extend({
    myArrayAttribute: DS.attr('array'),
    // ...

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •