Skip to content

Commit

Permalink
Small edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Dec 12, 2018
1 parent ad7206e commit 5ff3f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ A set of sample models (with metadata for both UI and back-end).



A script to make UI models (with only UI metadata) for Evolutility-UI-React.
A script to make UI models (with only UI metadata) for [Evolutility-UI-React](https://github.com/evoluteur/evolutility-ui-react).

```bash
node models-ui.js

```


A script to make back-end models (with only back-end metadata) for Evolutility-Server-Node.
A script to make back-end models (with only back-end metadata) for [Evolutility-Server-Node](https://github.com/evoluteur/evolutility-server-node).

```bash
node models-db.js
Expand Down
1 change: 1 addition & 0 deletions js/models-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ for(var mid in models){
id: f.id,
type: f.type,
label: f.label,
entity: f.entity, //TODO: rename it
required: f.required,
readonly: f.readonly,
width: f.width,
Expand Down

0 comments on commit 5ff3f96

Please sign in to comment.