Skip to content

Commit 9f800c8

Browse files
committed
Updated bower.json
It now should use development branch of angular schema form.
1 parent 641f16e commit 9f800c8

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ There is also a `gulp watch` task that minifys on change.
2121
Known Issues
2222
------------
2323
* Almost nothing work
24+
* Needs development branch of angular schema form
2425
* Only inputs and textarea are implemented
2526
* ngModelOptions doesn't work
2627
* Angular material theme only works when `$mdThemingProvider.alwaysWatchTheme(true);` is used.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"tests"
2020
],
2121
"dependencies": {
22-
"angular-schema-form": "~0.8.2",
22+
"angular-schema-form": "development",
2323
"angular": "1.4",
2424
"angular-material": "master",
2525
"angular-animate": "1.4",
2626
"angular-sanitize": "1.4"
2727
},
2828
"resolutions": {
29-
"angular": "^1.3.0 || >1.4.0-beta.0"
29+
"angular": ">1.4.0-beta.0"
3030
},
3131
"devDependencies": {
3232
"angular-ui-ace": "~0.2.3"

material-decorator.js

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)