diff --git a/README.md b/README.md
index 7773cfd0..4a93077e 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,19 @@ Bower and NPM packages are coming soon so right now (*which means around Sept. 2
>demo : `index_StepWay_As_module` in `dist` directory.
+####Inject easy form generator in your app
+
+Just inject `eda.easyformGen.stepway` in you application :
+
+```javascript
+angular
+ .module('YOUR_APP', [
+ 'eda.easyformGen.stepway' //injects easy form generator-step way
+ ])
+
+```
+
+
####All easy form generator just by this small html :
```html
lines
layout
controls
save
Click / Tap on column to open control selection.
Select desired control and valid to apply it to column.
DATA MODEL
\n {{vm.model | json}}\n
FIELDS MODEL (ready to save to database one)
\n {{vm.wfFormFieldsOnlyNeededProperties | json}}\n
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
order | option | |
---|---|---|
{{$index}} | {{radioRow.option}} |
{{nyaSelect.temporyConfig.formlyDesciption}}
order | option | |
---|---|---|
{{$index}} | {{basicSelectRow.option}} |
{{nyaSelect.temporyConfig.formlyDesciption}}
order | group | option | |
---|---|---|---|
{{$index}} | - add new groups - {{groupedSelectRow.group}} | {{groupedSelectRow.option}} |
lines
layout
controls
save
Click / Tap on column to open control selection.
Select desired control and valid to apply it to column.
DATA MODEL
\n {{vm.model | json}}\n
FIELDS MODEL (ready to save to database one)
\n {{vm.wfFormFieldsOnlyNeededProperties | json}}\n
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
order | option | |
---|---|---|
{{$index}} | {{radioRow.option}} |
{{nyaSelect.temporyConfig.formlyDesciption}}
order | option | |
---|---|---|
{{$index}} | {{basicSelectRow.option}} |
{{nyaSelect.temporyConfig.formlyDesciption}}
order | group | option | |
---|---|---|---|
{{$index}} | - add new groups - {{groupedSelectRow.group}} | {{groupedSelectRow.option}} |
lines
layout
controls
save
Click / Tap on column to open control selection.
Select desired control and valid to apply it to column.
DATA MODEL
\\n\t\t\t\t\t\t\t\t\t\t{{vm.model | json}}\\n\t\t\t\t\t\t\t\t\t
FIELDS MODEL (ready to save to database one)
\\n\t\t\t\t\t\t\t\t\t\t{{vm.wfFormFieldsOnlyNeededProperties | json}}\\n\t\t\t\t\t\t\t\t\t
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
{{nyaSelect.temporyConfig.formlyDesciption}}
order | option | |
---|---|---|
{{$index}} | {{radioRow.option}} |
{{nyaSelect.temporyConfig.formlyDesciption}}
order | option | |
---|---|---|
{{$index}} | {{basicSelectRow.option}} |
{{nyaSelect.temporyConfig.formlyDesciption}}
order | group | option | |
---|---|---|---|
{{$index}} | - add new groups - 0\\\"> {{groupedSelectRow.group}} | {{groupedSelectRow.option}} |