Skip to content

Commit

Permalink
Fix presentation and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasb committed Apr 15, 2015
1 parent 29b15de commit a753dbd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ Angular Strap Dynamic Select add-on
===================================

The dynamic select add-on uses [angular-strap-select](https://github.com/mgcrea/angular-strap/tree/master/src/select)
to provide a dynamic drop down interface to [angular-schema-form](https://github.com/Textalk/angular-schema-form).
to provide a drop down interface to [angular-schema-form](https://github.com/Textalk/angular-schema-form).

Features:

* Single and multiple select
* Static and dynamic lists
* Single and multiple select
* Convenient HTTP GET/POST and property mapping functionality
* Sync and Async callbacks
* HTTP GET/POST convenience functions
* All callbacks referenced either by name (string) or reference
* Field map
* All callbacks referenced either by name (string) or reference
* [Angular schema form options](https://github.com/Textalk/angular-schema-form/blob/development/docs/index.md#standard-options)
* Supported:
* key, type, title, description, placeholder
Expand Down Expand Up @@ -87,7 +86,7 @@ angular.module('yourModule', ['schemaForm', 'mgcrea.ngStrap']);

#Usage

Usage is straight forward, simply include and reference.
Usage is straightforward, simply include and reference.

## Form types

Expand Down

0 comments on commit a753dbd

Please sign in to comment.