Skip to content

Commit a70d7c1

Browse files
committed
Removed optional bower dependencies
This is a tricky one. Schema Form has a lot of optional dependencies, basically it needs angular, angular-sanitize, tv4js and objectpath to work. You probably need bootstrap 3 as well, but you might want to decide wich flavor so it's not specified. Angular 1.2 works but doesn't support hyphens and other useful charachters as attribute names due to a bug in ng-model. This is fixed in angular 1.3, but then you loose IE8 support (which is planned for schema form). Check docs for what to include.
1 parent 068654e commit a70d7c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bower.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@
3030
"coverage"
3131
],
3232
"dependencies": {
33-
"angular": "~1.3.0",
33+
"angular": ">= 1.2",
3434
"tv4": "~1.0.15",
35-
"pickadate": "~3.5.2",
36-
"angular-sanitize": "~1.3.0",
37-
"bootstrap-vertical-tabs": "~1.1.0",
35+
"angular-sanitize": ">= 1.2",
3836
"objectpath": "~1.0.4"
3937
},
4038
"devDependencies": {

0 commit comments

Comments
 (0)