Skip to content

Commit dbc0ff5

Browse files
committed
Merge branch 'develop' of https://github.com/Textalk/angular-schema-form-material into develop
2 parents fbf7bfc + 51a7e5a commit dbc0ff5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ Angular Material Decorator
33

44
For https://github.com/Textalk/angular-schema-form
55

6+
Work In Progress
7+
----------------
8+
As Angular Material has not reached 1.0.0 yet, this decorator is progressing very cautiously until that project hits it's stable milestone.
69

7-
Very very very much work in progress.
10+
Meaning that it is __very__ much a __work in progress__.
811

12+
Testing
13+
------------
914
To test clone repo and:
1015
```
1116
npm install
@@ -20,8 +25,8 @@ There is also a `gulp watch` task that minifys on change.
2025

2126
Known Issues
2227
------------
23-
* Almost nothing work
24-
* Needs development branch of angular schema form
25-
* Only inputs and textarea are implemented
26-
* ngModelOptions doesn't work
28+
* Almost nothing works if the schema uses bootstrap decorator features, it does not have array or complex keys yet and many other features are still missing or have no equivalent.
29+
* Needs development branch of angular schema form.
30+
* Only basic support for inputs, textarea, radios, radiobuttons, checkboxes, datepicker and tabs are implemented.
2731
* Angular material theme only works when `$mdThemingProvider.alwaysWatchTheme(true);` is used.
32+
* Until Angular Material hits 1.0.0 there is still chances that features may break again.

0 commit comments

Comments
 (0)