Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-formly

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-formly - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

addon/components/ember-formly-fields/html-input.js

11

addon/components/ember-formly-component.js

@@ -23,13 +23,4 @@ import Ember from 'ember';

}
}),
})
type: computed('options', function() {
const options = get(this, 'options');
return get(options, 'type') || 'text';
}),
label: computed.alias('options.label'),
placeholder: computed.alias('options.placeholder')
});

@@ -5,3 +5,6 @@ /* jshint node: true */

module.exports = {
name: 'ember-formly'
name: 'ember-formly',
isDevelopingAddon: function() {
return true;
}
};
{
"name": "ember-formly",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -5,0 +5,0 @@ "directories": {

# Ember-formly
> ### JavaScript Powered Forms for AngularJS
> JavaScript Powered Forms for Ember.js
[![NPM](https://nodei.co/npm/ember-formly.png)](https://npmjs.org/package/ember-formly)
[![Ember Observer Score](https://emberobserver.com/badges/ember-formly.svg)](https://emberobserver.com/addons/ember-formly)
[![Build Status](https://travis-ci.org/benoror/ember-formly.svg?branch=master)](https://travis-ci.org/benoror/ember-formly)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
ember-formly is an Ember.js addon based on [angular-formly](https://github.com/formly-js/angular-formly)
The aim isn't to fully duplicate angular-formly's functionality, but instead to propose a **new & simplified mechanism for automating form creation** by using modern patterns like **components** (instead of custom directives) while keeping some key concepts like `model` and `fields` concepts
The aim isn't to fully duplicate angular-formly's functionality, but instead to propose a **new & simplified mechanism for automating form creation** by using patterns like **components** (instead of custom directives) while keeping some key concepts like `model` and `fields`.

@@ -9,0 +17,0 @@ # Installation

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc