File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " angular-schema-form" ,
3
3
"main" : [
4
4
" dist/schema-form.min.js" ,
5
- " dist/bootstrap-decorator.min.js" ,
6
- " dist/bootstrap-datepicker.min.js"
5
+ " dist/bootstrap-decorator.min.js"
7
6
],
8
7
"version" : " 0.7.2" ,
9
8
"authors" : [
38
37
"devDependencies" : {
39
38
"angular-ui-ace" : " bower" ,
40
39
"angular-schema-form-datepicker" : " >= 0.1.0" ,
40
+ "angular-schema-form-colorpicker" : " >= 0.1.0" ,
41
41
"jquery" : " ~2.1.1" ,
42
42
"angular-mocks" : " >= 1.2" ,
43
- "angular-schema-form-colorpicker" : " >= 0.1.0" ,
44
- "tx-tinymce" : " >= 0.0.5"
43
+ "tx-tinymce" : " >= 0.0.5" ,
44
+ "angular-ui-sortable" : " ~0.12.11" ,
45
+ "bootstrap-vertical-tabs" : " ~1.2.0"
45
46
}
46
47
}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ <h3>Schema</h3>
82
82
83
83
< script type ="text/javascript " src ="../dist/schema-form.js "> </ script >
84
84
< script type ="text/javascript " src ="../dist/bootstrap-decorator.min.js "> </ script >
85
- < script type ="text/javascript " src ="../dist /bootstrap-datepicker.min.js "> </ script >
85
+ < script type ="text/javascript " src ="../bower_components/angular-schema-form-datepicker /bootstrap-datepicker.min.js "> </ script >
86
86
< script type ="text/javascript " src ="../bower_components/angular-schema-form-colorpicker/bootstrap-colorpicker.min.js "> </ script >
87
87
88
88
<!-- <script src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script>
You can’t perform that action at this time.
0 commit comments